source command: The source command in Ubuntu (and other Unix-like operating systems) is used to read and execute commands from a file in the current shell environment.
source
eg: source .bashrc
Last updated 1 year ago