> Has Cron always been strict with the hourly, weekly, daily etc ? There isn't a
> away of getting a "minutely" is there ? :)

Fields in cron are minute hour date month weekday. Wild cards are allowed so
a crontab entry

   * * * * * /your/shell/scipt

Will run your script every minute of every hour of every day of every month
of every weekday.


P.

--
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