I need launch a few cron scripts on the last monday of every month.
I was wondering if combining ranges will do the job, e.g.:
8 04 19-26 * 2 $HOME/bin/mailstub
I hope I got it right and that my cron job will only run ONCE in the week between 19 and 26 of every month.
Would be happy to hear peoples comments,
I am using CentOS 5.6 - so the L construct mentioned in some places (e.g. Wikipedia) does not work on my system.
Thanks in advance,
Oz