Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

i want to run a script in my Solaris in a specific time that is on 5 am every second Sunday each month. by mean if the second Sunday in April is 14, then the script run on April 14 at 5 am sharp, the next run will be May 12. since the second Sunday on may is 12.

i ve tried to use this patter
00 05 8-14* 0

i thought that above pattern will look for Sunday from date 8 to 14 in the current month. but in fact it runs every day from 8 to 14, no matter when the day is not Sunday.

anyone got any idea how can i setup my cron with this case.

*sorry if this is might a stupid question and sorry if i have a poor English :|
Posted

1 solution

Read this : http://en.wikipedia.org/wiki/Cron[^]

So yours is : 0 5 * * 7#2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900