i am trying to write a simple shell script but for some reason this fails to execute and always gives me a "-sh: abc.sh: not found" message.
I finally changed the permissions on the script to 777 and left it as an empty script with only the #!/bin/sh line but it yet fails with the same message!
I finally changed the permissions on the script to 777 and left it as an empty script with only the #!/bin/sh line but it yet fails with the same message!
has anyone else experienced this?