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 -->
  #5 (permalink)  
Old 01-09-2007
Tris Tris is offline
Registered User
  
 

Join Date: Dec 2006
Posts: 20
Can Crontab executes bin files?

Hello!

I would like to ask if Crontab can execute bin files coz' i have this entry and it is not working.

Cron entry
36 10 * * * /bscsprod/bscs/prod/WORK/XREF/tehcron.sh

$cat tehcron.sh
#!/usr/bin/sh
/bscsprod/bscs/prod/WORK/XREF/teh -t -f MPPROFIL

Please advise.

Thanks!