码迷,mamicode.com
首页 > 其他好文 > 详细

crontab 的例子

时间:2016-10-18 09:25:20      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

 0 5 * * * python /home/iscas/xiujinnews/wangyi.py >>/home/iscas/xiujinnews/l    og/wangyi.log 2>& 1
 24 0 5 * * * python /home/iscas/xiujinnews/fenghuang.py >>/home/iscas/xiujinnew    s/log/fenghuang.log 2>& 1
 25 0 5 * * * python /home/iscas/xiujinnews/tencent.py >>/home/iscas/xiujinnews/    log/tencent.log 2>& 1
 26 0 5 * * * python /home/iscas/xiujinnews/sohu.py >>/home/iscas/xiujinnews/log    /sohu.log 2>& 1
 27 0 7 * * * python /home/iscas/xiujinnews/sort.py >>/home/iscas/xiujinnews/log    /sort.log 2>& 1
 28 0 9 * * * python /home/iscas/hee/autoemail.py >>/home/iscas/hee/log/automail    .log 2>& 1
 29 0 8 * * * python /home/iscas/xiujinnews/mongo2mysql.py >>/home/iscas/xiujinn    ews/log/mongo2myql.log 2>& 1

  

crontab 的例子

标签:

原文地址:http://www.cnblogs.com/hee0624/p/5972006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!