source

From RaySoft

Read and execute commands from filename in the current shell environment and return the exit status of the last command executed from filename.[1]

Documentation

Syntax

source FILE

Examples

Load Bash start script
source "${HOME}/.bashrc"

References

  1. man 1 'bash'