On Monday 09 October 2006 11:03, Mazhar wrote:
> I have prepared a script that is to be run as a cron job every 10 minutes,
> i have added the same in cron as below,
>
> *0,10,20,30,40,50 * * * * /scripts/xxxxx.pl*

You have too many stars, remove the leading and trailing stars, or try:
*/10 * * * * /path/script.pl

http://en.wikipedia.org/wiki/Crontab
http://www.computerhope.com/unix/ucrontab.htm

-- 
Bjørge Solli - Office:+47 55205847
Mohn-Sverdrupsenteret, Nansensenteret, Høyteknologisenteret T47
Thormöhlensgate 47, 5006 Bergen, Norway - www.nersc.no
Google Earth: www.nersc.no/GE - TOPAZ: topaz.nersc.no

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to