2011|08|
2013|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|05|06|07|08|09|10|11|12|
2016|01|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|

2016-10-16 crontab の場所が分からない [長年日記]

crontabの場所が分からなくて、以前記載した"del_1day"という文字だけを頼りに、find に探して貰った

sudo find ./ -type f -print |xargs grep 'del_1day'

以外なところにあった。

/etc/crontab

ただ、cronでは、最低周期が1時間なので、今回のケース(1分ごとに回す)には使えそうにない→他の方法を探す

上記は間違い。以下でいける

*/1 *	* * *	ebata    /home/ebata/video/monitor.sh > /home/ebata/video/monitor.html