Please excuse this stupid question. I'm trying to run a shell script on a SCO Unixware 7.1.1 machine. I'm in the directory where the script is. I have done a chmod a+x on the script. When I type its name I just get the response:
bash: ./scriptname: No such file or directory
If I put the full path before the name the result is the same (bash: ./<path>/scriptname: No such etc).
Can anyone enlighten as to why the script is not being found and run?
bash: ./scriptname: No such file or directory
If I put the full path before the name the result is the same (bash: ./<path>/scriptname: No such etc).
Can anyone enlighten as to why the script is not being found and run?