Date: Thu, 19 May 2005 15:57:37 -0700 From: Danny Howard <dannyman@toldme.com> To: Odhiambo Washington <wash@wananchi.com> Cc: freebsd-questions@freebsd.org Subject: Re: How do I run this cron job? Message-ID: <428D19E1.7010004@toldme.com> In-Reply-To: <20050519224912.GE23045@ns2.wananchi.com> References: <20050519224912.GE23045@ns2.wananchi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?428D19E1.7010004>
