source built-in command for tcsh: Read and execute commands from name

Format

source [-h] name [args …]

Description

Using source, the shell reads and executes commands from name. The commands are not placed on the history list. If any arguments are given, they are placed in argv. source commands can be nested; if they are nested too deeply the shell might run out of file descriptors. An error in a source at any level terminates all nested source commands.

Options

–h
Commands are placed on the history list instead of being executed, much like history -L.

Related information

history, tcsh