-
In a bash script what does a dot followed by a space and then a path mean?
-
It’s a synonym of the builtin
source
. It will execute commands from a file in the current shell, as read from help source orhelp .
source
. It will execute commands from a file in the current shell, as read from help source or
help .