Skip to content

Instantly share code, notes, and snippets.

@jccorrea
Created April 19, 2017 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jccorrea/c161b107a17761ada77c620a18c5b75b to your computer and use it in GitHub Desktop.
Save jccorrea/c161b107a17761ada77c620a18c5b75b to your computer and use it in GitHub Desktop.
crontab - help
* * * * * command to be executed
┬ ┬ ┬ ┬ ┬
│ │ │ │ │
│ │ │ │ │
│ │ │ │ └───── day of week (0 - 7) (0 or 7 are Sunday, or use names)
│ │ │ └────────── month (1 - 12)
│ │ └─────────────── day of month (1 - 31)
│ └──────────────────── hour (0 - 23)
└───────────────────────── min (0 - 59)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment