On Wed, Sep 08, 2004 at 09:31:36PM +0000, Alberto Monteiro wrote:
> So, WTG should have put something like:
> 
>   0 18 * * 3 <send mail...>
> 
> Instead, he wrote:
> 
>   * 18 * * 3 <send mail...>
> 

One defensive practice with cron is to NEVER leave the first field
blank. If you really want something to execute every minute, you can
explicitly write it out:

    0-59/1 * * * *


-- 
Erik Reuter   http://www.erikreuter.net/
_______________________________________________
http://www.mccmedia.com/mailman/listinfo/brin-l

Reply via email to