寫(xiě)一個(gè)crontab腳本,定時(shí)執(zhí)行
*/1 * * * * cd /home/batch/ && ./test.sh >/home/batch/log/test.log
Tips: >為覆蓋輸出, >>為增量輸出.
寫(xiě)一個(gè)crontab腳本,定時(shí)執(zhí)行
*/1 * * * * cd /home/batch/ && ./test.sh >/home/batch/log/test.log
Tips: >為覆蓋輸出, >>為增量輸出.