>I am running a number of shell scripts and find I have to 
 >specify sh and then the script name. The first line of the
 >script is always #!/bin/sh which I am assuming takes care
 >of this. Could someone provide some hints what I have done
 >wrong or some pointers.

You probably need to make them executable still with chmod.
"chmod a+x <script>" will make them executable by everyone.

  Michael

Reply via email to