source
Execute commands from a file in the current shell.
Syntax
$source <file>
Examples
Examples
$source ~/.bashrc
Examples
$source ./script.sh
Examples
$. ~/.profile
See also
Typical use cases
Note
Equivalent to the dot (.) builtin. Use for loading shell config.
Export