Mastering Linux Crontab Expressions
1. Special Character Syntax
- * (Asterisk): Wildcard representing every valid integer in that field range.
- , (Comma): Value list separator (e.g.
1,15,30). - - (Hyphen): Inclusive integer range (e.g.
9-17represents hours 9 through 17). - / (Slash): Step intervals (e.g.
*/10in minutes means every 10 minutes).
2. Special Nicknames in Vixie Cron
Many modern cron daemons accept shorthand string shortcuts: