> What would be the best way to run a perl script (or shell script) every 60
> seconds all the time, since boot time ?
> 
> Has Cron always been strict with the hourly, weekly, daily etc ? There isn't a
> away of getting a "minutely" is there ? :)

You can specify multiple values for the minute (or any other field) by
seperating them with commas. For example

3,8,13,18,23,28,33,38,43,48,53,58 * * * * /usr/local/bin/check-dns

Rodos

-- 
[EMAIL PROTECTED] | In the future lies a post-Windows world where
Camion Technology | diversity is taken for granted.    [Joe Barr]
+61 2 9873 5105   | 

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to