Synopsis:
source [options] file
options:
-q | --quiet | --no-quiet
-c | --continue | --no-continue
-Y | --yes | -N | --no
-v | --verbose | --no-verbose
Read debugger commands from a file named file. Optional -v
switch causes each command in FILE to be echoed as it is executed. Option -Y
sets the default value in any confirmation command to be 'yes' and -N
sets the default value to 'no'.
Option -q
will turn off any debugger output that normally occurs in the running of the program.
An error in any command terminates execution of the command file unless option -c
or --continue
is given.