Environmental Variables

Environment variables are set using the setenv command, displayed using the printenv or env commands, and unset using the unsetenv command. An example of an environment variable is the OSTYPE variable. The value of this is the current operating system you are using. Type

% echo $OSTYPE

More examples of environment variables are