Re: How often will this cron job execute

2012-03-08 Thread Tom H
On Thu, Mar 8, 2012 at 11:32 PM, T o n g wrote: > > I've got the following entry in my cron job: > > 1 1 1 */2 * me my-this-job > > How often will it execute? > > Checking the log, I notice that it run on Jan 1 and Mar 1. That's really > not something that I've been expecting for. I have another c

How often will this cron job execute

2012-03-08 Thread T o n g
Hi, I've got the following entry in my cron job: 1 1 1 */2 * me my-this-job How often will it execute? Checking the log, I notice that it run on Jan 1 and Mar 1. That's really not something that I've been expecting for. I have another cron job fired at Feb 1, so no doubt that my cron was work