Skip to content

Instantly share code, notes, and snippets.

@fpopic
Created April 16, 2018 15:50
Show Gist options
  • Select an option

  • Save fpopic/76aec6ea11ae2643a764398daf827614 to your computer and use it in GitHub Desktop.

Select an option

Save fpopic/76aec6ea11ae2643a764398daf827614 to your computer and use it in GitHub Desktop.
Cron Job legend:
~~~
* * * * * exec-cmd
┬ ┬ ┬ ┬ ┬
│ │ │ │ └───── day of week (0 - 7) (Sunday=0 or 7)
│ │ │ └────────── month (1 - 12)
│ │ └─────────────── day of month (1 - 31)
│ └──────────────────── hour (0 - 23)
└───────────────────────── min (0 - 59)
*/N means every N minutes
~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment