Is it possible to skip a scheduled cron job?

Michael Hipp Michael
Thu Mar 22 06:37:24 PDT 2007


James McDonald wrote:
>  I have a cron job which runs at x time every week night is there any 
> way of skipping one instance of execution?

Are you saying you want it to skip a certain week night every week on the same 
night? The cron line can be crafted for that.

If the decision to run or not is something that is not *schedule* related, 
then David is correct that your script will need to deal with the "outside" 
decision criteria on its own.

Michael



More information about the Linux-users mailing list