SOURCE

Execute commands from the specified file.

SYNOPSIS

source filename

DESCRIPTION

The source command allows users to read commands from a command file. Commands are read from the file until an end of file mark is found. This is especially useful for backgrounding large groups of commands.

The source command places the file in the current input stream. source commands can be nested until the limit of open file descriptors (system dependent ~20). Several files are sourced at the beginning of the session. The first is a system wide model file which contains defaults for the coefficients. The second and third are the home directory file by the name of .supremrc and a local directory .supremrc. These files allow the user to specify his own start up information and defaults.

BUGS

No known bugs.