Skip to content

Instantly share code, notes, and snippets.

@jonathanwork
Created October 24, 2022 00:21
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 jonathanwork/782d8d94313f7f57f6d50d01ce76cba9 to your computer and use it in GitHub Desktop.
Save jonathanwork/782d8d94313f7f57f6d50d01ce76cba9 to your computer and use it in GitHub Desktop.
reminder of cron
* * * * * command
* - minute (0-59)
* - hour (0-23)
* - day of the month (1-31)
* - month (1-12)
* - day of the week (0-6, 0 is Sunday)
command - command to execute
(from left-to-right)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment