I got a LOT of responses - THANK YOU!
There are a couple of options:
- Set it up in cron so that the script gets run when it is the 1st-7th
day of the month and a Saturday. This will only be true when it's the
first Saturday.
- Have cron run the script on the 1st through the 7th. The first step
of the script would be to test if it is Saturday. If yes, continue with
the script, otherwise, exit.
- Have cron run the script every Saturday. The first step of the script
would be to test if the day of the month is less than 8. If yes,
continue with the script, otherwise, exit.
Thanks again to everyone who responded.
Teresa
Teresa Biehler wrote:
>
> Hi all,
>
> I have a script which I would like to run on the first Saturday of the
> month. With cron I see how I can have it run on the first of the month
> or on each Saturday, but not how would I get it to run on the first
> Saturday of the month.
>
> Suggestions?
>
> Thanks.
> Teresa
Received on Tue Feb 29 2000 - 20:55:44 NZDT