Hello Lance,

  Create a cronjob and input the below commands.  Also if you have any
problems check out man cron.


5,10,15,20,25,30,35,40,45,50,55 0-23 * * * /path and script name > /dev/null
2>&1 #  <---- this cronjob runs your script every 5 minutes for all 24 hours
of everyday.

-----Original Message-----
From: Lance Prais [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 24, 2002 4:45 PM
To: PERL
Subject: question about CRON


If I wanted to schedule a script to run every five minute what would the
syntax be?


Thank you in Advance
Lance


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to