作業日記@HatenaBlog

各種の作業メモ

2006-05-21から1日間の記事一覧

atコマンド

指定時刻に一回だけコマンドを実行するコマンド。 http://www.linux.or.jp/JM/html/at/man1/at.1.html 午前4時に/hoge/fuga/sample.txtを消去する # echo "rm /hoge/fuga/sample.txt" | at 04:00 午前5時にTEST.shを実行する # at -f TEST.sh 05:00