setenv command
Sets a global variable.
See also: set
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
|
|
Make the variable local. |
|
|
Unset the variable. |
|
|
Without any other arguments, prints the current variables in the form of commands. |