Hacker News new | ask | show | jobs
by arnvidr 1356 days 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>