The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 08-09-2007
uwoodyjk uwoodyjk is offline
Registered User
 

Join Date: Aug 2007
Location: Deltona, Florida
Posts: 4
I have not seen a cron entry like this before.
Quote:
Originally Posted by shash View Post

* * * * * sh /home/test/temp.sh > /home/test/temp.sh.err 2>&1
Is the sh to execute the shell? If so could it be added as the first line of the temp.sh ?
Reply With Quote