On Sunday 21 October 2001 14:49 pm, Lance Hoffmeyer wrote:
> Isn't the syntax to have cron run every five and not send email to anyone
> 
> MAILTO=""
> 5 * * * * <run program>

That will run every hour at 5 minutes past the hour.  What you want is 
probably

*/5 * * * * <run program>

-- 
Bud Rogers <[EMAIL PROTECTED]>
They have awakened a sleeping giant and filled him with a terrible resolve.

Reply via email to