Crontab Cheatsheet
A quick something I modified and put together in order to put at the top of all of my crontab files since I almost always have to look it up.
# Crontab Quick Cheatsheat # * * * * * command to be executed # ┬ ┬ ┬ ┬ ┬ # │ │ │ │ └──── day of week (0 - 7) (Sunday=0 or 7) # │ │ │ └──────── month (1 - 12) # │ │ └──────────── day of month (1 - 31) # │ └──────────────── hour (0 - 23) # └──────────────────── min (0 - 59)
This entry was posted on Thursday, December 1st, 2011 at 3:18 pm and is filed under OSS. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.