I tried with the below and made my script as executable with chmod command
but the same is not running every 10 minutes.

Need your help

Regards
Mazhar


On 10/9/06, Hal Wigoda <[EMAIL PROTECTED]> wrote:

get rid of the /.


On Oct 9, 2006, at 5:55 AM, Mazhar wrote:

> When i add the entry as specified i get the below error (i.e) */10
> * * * *
> /scritps/xxx.pl in cron
>
> *crontab: error on previous line; unexpected character found in line.*
>
> Regards
> Mazhar
>
>
> On 10/9/06, Jeff Pang <[EMAIL PROTECTED]> 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*
>> >
>> >But the above is not running properly, should i add something in the
>> code.
>> >
>>
>> Try this:
>>
>> */10 * * * * /scritps/xxx.pl
>>
>> The xxx.pl should be executable.
>>
>>
>>
>> --
>> Jeff Pang
>> NetEase AntiSpam Team
>> http://corp.netease.com
>>
>> --
>> 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