- 之前的crontab -l
- */5 * * * * /tmp/test1
- * * * * * /tmp/test2
- 要追加的内容
- */6 * * * * /tmp/test1
- * * * * * /tmp/test3
- 最终想要的效果是 crontab -l 输出为
- * * * * * /tmp/test2
- */6 * * * * /tmp/test1
- * * * * * /tmp/test3
SHARE
TWEET
Untitled
a guest
Oct 29th, 2012
30
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

