Usages
setenv [-l] name = value
setenv -u name
setenv [-s]
Without any arguments, the command prints a list of current global variables (see the -s option).
Options
-l | Make the variable local. |
-u | Unset the variable. |
-s | Without any other arguments, prints the current variables in the form of commands. |