source¶
The following operations can be performed on "source":
source¶
Use this command to read the contents of a file and execute each line as a separate CLI command. Each command in the file being read must be on a separate line. Lines starting with # are considered comments.
Synopsys¶
source <fileName>
Arguments¶
fileName
The name of the file to be sourced.
Example¶
source cmds.txt