running sh files linux code example
Example 1: how to execute .sh file in linux
./script-name-here.sh #Chage the "script-name-here" to the name of the .sh file.
Example 2: run sh file
sh yourfile.sh
./script-name-here.sh #Chage the "script-name-here" to the name of the .sh file.
sh yourfile.sh