* * * * *
- - - - -
| | | | |
| | | | +----- 星期中星期几 (0 - 6) (星期天 为0)
| | | +---------- 月份 (1 - 12)
| | +--------------- 一个月中的第几天 (1 - 31)
| +-------------------- 小时 (0 - 23)
+------------------------- 分钟 (0 - 59)
0-59 0-23 1-31 1-12 0-7 command
* 表示任何时刻 *
, 表示分隔时段 0 3,6 * * * command(3:00与6:00)
- 表示一段时间范围 20 8-12 * * * command(8:20~12:20)
/n 每隔 n 段时间 */5 * * * * command(每五分钟进行一次)