Hi
I am a novice in Shell Scripting but wanna learn it as soon as possible as it is such a powerful language.
I already have a script created(by a senior fellow) and I can run the .sh file simply by command ./xxxx.sh
Now I have created my own script with my name yyyy.sh but I am not able to run it with the command ./yyyy.sh and I get the following error :
./yyyy.sh: Command not found.
I have also set the rights as 777 still I can't run it.
Am I messing up with the path?
Please guide me as it would be really simple for you guys to figure out.