Re: cron bash date

2003-08-01 Thread Vineet Kumar
* David Z Maze ([EMAIL PROTECTED]) [030801 07:13]: > Lance Hoffmeyer <[EMAIL PROTECTED]> writes: > > > I am trying to run a bash script in cron. I originally wanted > > it to run at 11:59pm on the last day of every month. February > > will always cause problems because of leap years. Therefore,

Re: cron bash date

2003-08-01 Thread David Z Maze
Lance Hoffmeyer <[EMAIL PROTECTED]> writes: > I am trying to run a bash script in cron. I originally wanted > it to run at 11:59pm on the last day of every month. February > will always cause problems because of leap years. Therefore, > I decided to run cron on the first day of every month usin

Re: cron bash date

2003-07-31 Thread Vineet Kumar
* Lance Hoffmeyer ([EMAIL PROTECTED]) [030731 21:46]: > Hello, > > I am trying to run a bash script in cron. I originally wanted > it to run at 11:59pm on the last day of every month. February > will always cause problems because of leap years. Therefore, > I decided to run cron on the first da

cron bash date

2003-07-31 Thread Lance Hoffmeyer
Hello, I am trying to run a bash script in cron. I originally wanted it to run at 11:59pm on the last day of every month. February will always cause problems because of leap years. Therefore, I decided to run cron on the first day of every month using the @month parameter. The problem is that