This question already has an answer here:
- Different ways to execute a shell script 8 answers
What does . /path/to/a/shell-script-file
do exactly? I mean obviously it executes that shell script but why put that .
followed by a space before the path/name of the script file?