Linux [Electronic resources]

Janet Valade

نسخه متنی -صفحه : 357/ 328
نمايش فراداده

unset (remove an environmental variable)

Removes an environmental variable.

Format: unset

varname Examples: unset var2

Totally removes the variable named var2. If you want the variable to remain, but to be empty, set the variable to NULL.