RE: FN-FORUM: 10 minutes, I want, just 10 minutes!
date posted 13th May 2008 16:44
Quoting "Derek Almond (Lists)" [EMAIL REMOVED]
>>> -----Original Message-----
>>> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Lee
>>> Rickler
>>>
>>> Guys,
>>>
>>> What's the command to run a cron job every 10 minutes?
>>>
>>> 10 * * * * ?
>
> 0,10,20,30,40,50 * * * *
That's the "standard" Unix cron syntax. Any Linux server (and many
other Unixes) will have the Vixiecron version which supports the more
flexible */10 syntax.
Dave...