cron Format (crontab)

* * * * * command to be executed
- - - - -
| | | | |
| | | | ----- day of week (0 - 6) (Sunday=0)
| | | ------- month (1 - 12)
| | --------- day of month (1 - 31)
| ----------- hour (0 - 23)
------------- min (0 - 59)

2 Responses to “cron Format (crontab)”

  1. Best Blog on WordPress » Mike’s *NIX Notes Says:

    [...] So just for the Unix guys. Have you forgotten that cron format  or want to rsync over ssh? How about a quick search and replace usine a perl one-liner? [...]

  2. Doug McInnes :: Craken Says:

    [...] this case thing:to_do is a rake task.  It will run at 1:30 AM every morning (take a look at the crontab format if this makes no [...]

Comments are closed.