I am trying to run a shell script on unix, but I am getting an error specifying it can't be executed.
Command
Unix> Abc.ksh
ksh: Abc.ksh: cannot execute
Also tried
pcasvs17 > ./Abc.ksh
ksh: ./Abc.ksh: cannot execute
The script starts with
#!/bin/ksh
Any help is appreciated.
chmod +x Abc.ksh and try again with ./Abc.ksh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With