4 ms·
Instead of tricking the syntax, I just check in the command. I have a cron entry set up to run every Monday, but I limit it to the start of the month with: [ $(
by arnvidr 4y ago
Instead of tricking the syntax, I just check in the command. I have a cron entry set up to run every Monday, but I limit it to the start of the month with:
[ $(date +\%d) -le 07 ] && <actual command>