天天看點

Linux shell更改crontab腳本

crontab -l > /tmp/crontab.bak

echo 'something new...' >> /tmp/crontab.bak

crontab /tmp/crontab.bak

繼續閱讀