The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-29-2008
kumarmani kumarmani is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 338
Hi Frank

Thanks for the link!

However my problem is still open.

From the given link
---------------------------
0 0 1-7 * 5 /some/script
You might hope that will run /some/script during the first minute of the first Friday of the month. Unfortunately, it will run the script on each day of the first week of the month and on every Friday.
----------------------

In my case I have to schedule the job on every Monday and every alternate Thursday. If the write the below code

0 0 1-7 * 1,4 <path to script>

Then above will run every Monday and Thursday, however I have to skip one week and then run the script in case of Thursday.

Please help !

Regards