diff --git a/README.md b/README.md index 70a6b71..59f1c4b 100644 --- a/README.md +++ b/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 | \ No newline at end of file +| 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 * | \ No newline at end of file