csh

Lines for output to the .csh file

Description:

Specifies lines of text to be output to the .csh file.

Invocation

csh { text }

Arguments

text
The specified text is written to the .csh file. It may consist of more than one line. The text should be legal C-shell command language.

Examples:

csh { # Define the help library

setenv KAPPA_HELP INSTALL_HELP/kappa }

Inserts a comment and a setenv command into the .csh file.


ADAM:

As defined.
IRAF:
None.