Quick Reference to 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)

Options to specify time:

OptionDescription
*Every time
i,j,kEach n time
*/xEvery x time
x-yFrom x to y