Execute a shell script named <filename> and forward (if given) <arguments> to it.
Usage: . <filename> [<arguments>] or source <filename> [<arguments>]
Read and execute commands from <filename> in the current shell environment, forward (if given) <arguments> to it and return the exit status of the last command executed from filename.
1.5.6