crontab - files used to schedule the execution of programs ... every day 5 0 * * * $HOME/bin/daily.job >> $HOME/tmp/out 2>&1 # run at 2:15pm ...
確定! 回上一頁