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 it at five minutes past the hour. What you really want is something like:

5,10,15,20,25,30,35,40,45,50,55 * * * * <program>

--
Nathan | [EMAIL PROTECTED] | http://www.rose-hulman.edu/~froydnj

         Yes, God had a deadline.  So He wrote it all in Lisp.
            Lisp.  Everything else is just Turing complete.

Reply via email to