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.. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines