User's Guide

The method for viewing or setting an environment variable differs somewhat from shell to shell. For example, in the C-Style shells such as tcsh and csh, you would use the “setenv” command to set and view environment variables. Under Bourne shells such as sh and bash, you would use the “set” and “export” commands instead. ................
................