- A list of alternative values for a field are specified by commas:
# Run at :15 and :45 past each hour:
15,45 * * * * httpd /usr/local/bin/generate-stats-page
- A range is specified with a hyphen:
# Run every half hour 09:15-17:45 Mon-Fri:
15,45 9-17 * * 1-5 root /usr/local/bin/check-faxes
- Numbers rather than names must be used for months and days in lists and ranges
- A step through a range is specified with a slash:
# Run every two hours 08:30-18:30 Mon-Fri:
30 8-18/2 * * 1-5 root /usr/local/bin/check-faxes