source
is a bash shell built-in command that executes the content of the file passed as argument, in the current shell
Syntax
. filename [arguments] source filename [arguments]
References
https://superuser.com/questions/46139/what-does-source-do
source
is a bash shell built-in command that executes the content of the file passed as argument, in the current shell
Syntax
. filename [arguments] source filename [arguments]
References
https://superuser.com/questions/46139/what-does-source-do