>_ linuxcommand.dev
Startseite source
Shell

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
Load configuration
Update environment
Import functions
Note Equivalent to the dot (.) builtin. Use for loading shell config.
Export