Advertisement
Guest User

Untitled

a guest
Oct 30th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. sysop@w1:~$ crontab -l | awk '{ a[$NF] = NR" "$0 } END {for (i in a) print a[i] }'
  2. 2 01 01 * * * wget http://devmix.guohead.com/crontab/auto_mail_no_app
  3. 1 01 02 * * * wget http://devmix.guohead.com/crontab/auto_mail_no_window
  4. 3 01 04 * * * wget http://devmix.guohead.com/crontab/auto_mail_no_activity
  5. 4 #*/15 * * * * python /home/sysop/changj/LAPCCrontab.py
  6. 5 01 03 * * * wget http://devmix.guohead.com/crontab/auto_mail_no_enable
  7. 6 # m h  dom mon dow   command
  8. 7 MAILTO=aa@163.com
  9. 8 #*/15 * * * * python /home/sysop/changj/cjUtils/Spider/guahao/guahao.py
  10. sysop@w1:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement