Next | Prev | Up | Top | Contents | Index

Removing Environment Variables

The unsetenv command removes the definition of an environment variable.

unsetenv env_var

env_var is the variable whose definition you are removing (see setenv, above). Note that variables stored in non-volatile RAM cannot be unset.


Next | Prev | Up | Top | Contents | Index