I once had place the following entry in crontab, I only want it to be automatically executed on August 14th 10:23 am.
23 10 14 8 1 date >> dat.out
But after a week, On August 21th also Monday it was run again. it seem that cron neglect the month and day in cron. Why could this happen ?
A similiar problem also occurs, if i add the following entry in crontab:
51 10 2-31 * 2 date >> dat.out
But it runs on 2nd-31th every month regardless of weekday.