[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] Better way to write a script
From: |
norm |
Subject: |
Re: [Nmh-workers] Better way to write a script |
Date: |
Thu, 03 Aug 2017 15:49:51 -0700 |
Ken Hornstein <address@hidden> writes:
>>For nmh 1.7,
>>I just had to modify a one line script from
>>
>>scan -form /usr/local/nmh/etc/scan.time "$@"
>>
>>to
>>
>>scan -form /usr/local/nmh/etc/nmh/scan.time "$@"
>>
>>What would have been a better way to do that?
>
>I think if you just did -form scan.time it will look in the "etc" directory,
>which it already knows about.
That works fine. Thank you.
Norman Shapiro