Cron Problem

Mike Chambers mike at miketc.net
Sat Aug 22 21:30:44 UTC 2009


On Sat, 2009-08-22 at 09:17 -0400, rgheck wrote:
> Hi,
> 
> Here is a line from my cron file:
> 
> 55 2,4,6,8,10,12,14,16,18,20,22 * * * audiogon.pl -f /tmp/rss/bw.xml 

You know you don't have to put in every hour you want to run it if you
want it done very so many hours such as below?

55 */2 * * * audiogon.pl -f /tmp/rss/bw.xml

Above line would run your cron every 2 hours at 55 minutes after.

-- 
Mike Chambers
Madisonville, KY

Fedora Project - Bugzapper, Tester, User, etc..




More information about the fedora-list mailing list