Shell-script - How to execute shell script, Shell script beginning - Hello World
How to execute shell script
How to execute shell script
Create file with extension as .sh
Example: hello.sh
echo $0
Execute File as
# sh hello.sh
Output of the above program is hello.sh
The topic on Shell-script - How to execute shell script is posted by - Mylove
Hope you have enjoyed, Shell-script - How to execute shell scriptThanks for your time