The shell command interpreter can be invoked as follows:
tcsh [options] [arguments]
tcsh uses syntax resembling C and executes commands from a terminal or a file. The options -n, -v, and -x are useful when debugging scripts.
Arguments are assigned, in order, to the positional parameters $1, $2, and so on. If the first argument is an executable script, commands are read from it, and remaining arguments are assigned to $1, $2, and so forth.
Copyright © 2003 O'Reilly & Associates. All rights reserved.