Package: cron
Version: 3.0pl1-119
Severity: wishlist
File: /usr/share/man/man5/crontab.5.gz
Gentlemen, you provide
# Run on every second Saturday of the month
0 4 8-14 * * test $(date +%u) -eq 6 && echo "2nd Saturday"
however you sidestep 'last', e.g., every last Tuesday of the month.
So please add an example, e.g.,
0 4 * * 2 echo -e TueLast\\tLast Tuesday of the month|calendar -f
/dev/stdin
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]