Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-06-2006
deepa20 deepa20 is offline
Registered User
 

Join Date: Feb 2006
Posts: 9
need help to write crontab file

hello Unix Guru's


I need help to write crontab ..

i want to run my script everyday . It should start after 12:00 midnight everyday .

But on Friday i dont want to start that script at 12:00 midnight but want to start after 3:00 a.m .

any way to write cronttab like this ..

my enteries are like this
#start my script everyday
1 0 * * 1-5 /test/script


pls suggest me
Sponsored Links