crontab命令格式:
* * * * * command
M H D m dcommand
M:分(0-59)
H:時(0-23)
D:天(1-31)
m:月(1-12)
d:周(0-6)0為星期日
*代表取值范圍內(nèi)的數(shù)字
/代表"每"
-代表從某個數(shù)字到某個數(shù)字
,代表離散的取值(取值的列表)
eg:
20 9 * * * cd /var/python_prj/my_spider/spider/neimenggurencaiwang/;python hhht_spider.py
每天9:20 執(zhí)行腳本
crontab -e 進入編輯定時任務(wù)模式