title: Bash Source Command date: 2019-06-19 23:00:47 categories: [programming] tags: [bash]
The source command reads and executes commands from the file specified as its argument in the current shell environment. Source is a shell builtin in Bash and other popular shells used in Linux and UNIX operating systems.