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/