語法 : batch [參數]
參數 | 功能
執行範例:
* 透過batch執行指令
server1:~ # batch
warning: commands will be executed using /bin/sh
at> /bin/ls > /dev/pts/0
at> /bin/ps > /dev/pts/0
at>
job 7 at 2009-07-19 23:24
* 讓batch執行com.txt這個檔案內的指令
server1:~ # batch -f com.txt
warning: commands will be executed using /bin/sh
job 8 at 2009-07-19 23:27
補充說明 :
1. batch 可以在CPU 用量較低時執行, 因此我們可以要將執行的指令放入batch, 讓batch在機器空閒時替我們完成工作.
沒有留言:
張貼留言