source
Execute commands from a file in the current shell.
$ source
Examples
# Source a file source ~/.bashrc # Source with path source /path/to/script.sh # Short form . ~/.profile
Execute commands from a file in the current shell.
Examples
# Source a file source ~/.bashrc # Source with path source /path/to/script.sh # Short form . ~/.profile