OT: Cron question
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
gj jacobsgd21 at BrandonU.CAFri Feb 15 16:15:46 PST 2002
- Previous message: Maui Newsletter -- Feb 2002
- Next message: OT: Cron question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
use cron as a front to a script which uses formatted output from date to
check the day of the week, if Fri
check day of the month, if <=7
execute job B
otherwise
execute job A
This could be implemented in Bourne shell script in a few minutes.
Cron doesn't really have any flow control capabilities. Scripting is
the only way to go.
- Previous message: Maui Newsletter -- Feb 2002
- Next message: OT: Cron question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
