Created
March 9, 2016 15:09
-
-
Save rcerrejon/4245f0af7c466c46750f to your computer and use it in GitHub Desktop.
Cron Job Cheat Sheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * * | |
| | | | | | | |
| | | | | +-- Year (range: 1900-3000) | |
| | | | +---- Day of the Week (range: 1-7, 1 standing for Monday) | |
| | | +------ Month of the Year (range: 1-12) | |
| | +-------- Day of the Month (range: 1-31) | |
| +---------- Hour (range: 0-23) | |
+------------ Minute (range: 0-59) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment