The UNIX and Linux Forums  

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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 06-05-2009
shahnazurs shahnazurs is offline
Registered User
  
 

Join Date: Jul 2005
Posts: 59
If I use,

*/5 * * * * /home/shahnaz/abc.sh >> /home/shahnaz/abc.log

I get an error saying like

crontab: error on previous line; unexpected character found in line.

Can you say why it was thrown such error?