메아리 저널

등잔 밑이 어둡다

Jeremy Zawodny - Vixie cron's @reboot

crontab에 이런 기능도 있었다고 한다. 이런 걸 보고 한국에서는 "등잔 밑이 어둡다"라고 하는데, 정확한 표현이라 생각한다.

     Instead of the first five fields, one of eight special strings may
     appear:

           string          meaning
           ------          -------
           @reboot         Run once, at startup.
           @yearly         Run once a year, "0 0 1 1 *".
           @annually       (sames as @yearly)
           @monthly        Run once a month, "0 0 1 * *".
           @weekly         Run once a week, "0 0 * * 0".
           @daily          Run once a day, "0 0 * * *".
           @midnight       (same as @daily)
           @hourly         Run once an hour, "0 * * * *".

(나중에 보니까 맥 OS X에서는 @AppleNotOnBattery라는 확장도 제공하고 있었다.)

이 글은 본래 http://tokigun.net/blog/entry.php?blogid=80에 썼던 것을 옮겨 온 것입니다.


(rev 553c824afb91)