CronChecker
Cronコマンドを張り付けると、平易な文章に直してくれる
Webサービス”CronChecker”
--CronChecker
http://www.cronchecker.net/
検索結果 例)
0 2 * * * root /usr/bin/backup.sh
The command root /usr/bin/backup.sh will execute at 2:00am every day.
0 3 * * 5 root /usr/bin/back.sh
The command root /usr/bin/back.sh will execute at 3:00am Fridays in every month.
*/5 * * * * root /usr/bin/back.sh
The command root /usr/bin/back.sh will execute every 5th minute of every hour every day.
0 9-18 * * 1-5 root /usr/bin/back.sh
The command root /usr/bin/back.sh will execute the 0th minute of 9am through 6pm Mondays through Fridays in in every month.
cronの動作タイミングを調べる際に便利ですね。
過去記事
--cron 動作しない
参考ページ
http://www.ideaxidea.com/archives/2014/08/cronchecker.html