hi,
is it possible to create a periodic job, which will be executed on the last day of a month?
Under plain cron, I found something like:
0 23 28-31 * * [
/bin/date -d +1day +%d -eq 1 ] && myscript.sh
but I assume, it will not work under Nomad …
Update
L
is the key for the day-of-month
cu denny