On 11 Dec, Erik wrote:
> I have a quick question. If I put a file in my /etc/cron.daily
> directory, it will be executed daily?
Quick answer: Yes. It should. And any output that the script
generates will be mailed to you. I sometimes put debugging statements
in the script to make sure it's working for the first day or so.
Something like:
---
echo Prior to update, the date was `date`
...blah, blah...
echo Afterward, it was `date`
---
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.