> I am definitely doing something wrong here. I want to schedule a job > to run > once at 12:00 noon. I set it up in cron. It waits until 12:00 noon, > runs, > and then runs every minute after. > > > > Can anybody tell me what I have done wrong? > > Here is my cron entry for this job. > > > > * 12 * * * /usr/sbin/parselog > >
Try * 12 0 * * /usr/sbin/parselog 3rd * will run it every minute from 12.00 - 12.59. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]