I’m having issues running Shell Script. I’ve already tried…
“sh scriptname.sh”
is there another way?
I’m having issues running Shell Script. I’ve already tried…
“sh scriptname.sh”
is there another way?
That’s strange, Can you post the script or screenshot of it?
sh -x scriptname.sh
will provide debugging info.
It says no such file. Did you create shell script with name scriptname.sh
? If you are new to linux start from lesson-1. thanks!