Odhiambo Washington wrote:

Perhaps trivial....

How do I run a cron job at the end of every month?

Type:

man 5 crontab

[...]
    # run at 2:15pm on the first of every month -- output mailed to paul
    15 14 1 * *     $HOME/bin/monthly
[...]

When you are ready to rock, type:
crontab -e

Good Luck.

-danny

--
http://dannyman.toldme.com/

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to