I would like to ask you the differences between the following ways in script execution.
. script.sh
./ script.sh
../script.sh
. ./script.sh
Thank you in advance.
Regards,
I would like to ask you the differences between the following ways in script execution.
. script.sh
./ script.sh
../script.sh
. ./script.sh
Thank you in advance.
Regards,