Linux Execute Shell Scripts – Source script.sh vs ./script.sh vs exec ./script.sh
In Linux executing ./my_script.sh and source my_script.sh are two different ways to run a shell script, but they behave differently…
brief, General, Linux
In Linux executing ./my_script.sh and source my_script.sh are two different ways to run a shell script, but they behave differently…