Update 'README.md'
This commit is contained in:
parent
2be4698fab
commit
6e9a0aa8ce
10
README.md
10
README.md
|
@ -12,4 +12,12 @@ An overview of using Ubuntu's built in Cron system.
|
|||
| Hour | 0 to 23 |
|
||||
| Day of month | 1 to 31 |
|
||||
| Month | 1 to 12 OR JAN to DEC |
|
||||
| Day of week | 0 to 6 OR SUN to SAT |
|
||||
| Day of week | 0 to 6 OR SUN to SAT |
|
||||
|
||||
| Special Syntax | Regular equivalent |
|
||||
| --- | --- |
|
||||
| @hourly | 0 * * * * |
|
||||
| @daily | 0 0 * * * |
|
||||
| @weekly | 0 0 * * 0 |
|
||||
| @monthly | 0 0 1 * * |
|
||||
| @yearly | 0 0 1 1 * |
|
Loading…
Reference in New Issue