Command source (.)
Name
source (.) runs a script in the current shellOptions
. file
"source" the file as a script and runs it within the same shell.
"." is an alias for "source"
Examples
Example:
. test.xsh
source test.xsh
Commands
CategoryCommands