I have seen this before but can seem to find the format for scheduling a cron job to run only on the last day of the month.
Right now I'm brute forcing the job by:
0 0 28,29,30,31 * * /mydir/mycronjob.pl
not effecient, but gets the job done.
Any ideas?
robwall7
We look for things,...things to make us go.
Right now I'm brute forcing the job by:
0 0 28,29,30,31 * * /mydir/mycronjob.pl
not effecient, but gets the job done.
Any ideas?
robwall7
We look for things,...things to make us go.