source - execute shell script in current shell environment

Usage

source FILE [ARGUMENT...]

Synopsis

Read and execute commands from FILE in the current shell environment. and return the exit status of the last command executed.

Table Of Contents

This Page