* Ashley M. Kirchner <[EMAIL PROTECTED]> [2002-08-02 20:57 +0200]:
>     How does one schedule a crontab to run the last day of the month?

have cron call »remind«, which can do *any* calendar calculation for you
(e.g. "is it sunday after the first full moon in spring") and call
external programs.

In your case, write to
        - user's crontab: 0 0 * * * remind -h ~/remindfile
        - ~/remindfile:   REM 1 -1 RUN   echo ultimo day today

-- 
Johannes Franken
 
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/



-- 
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to