Spring Into Linux
|
| 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. |
|
|
| 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. |
|