thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 11:28 am Post subject: Removing a var from the environment |
|
|
Eaxample with bash:
bash#export FOO="test"
you can put a variable in the enviroment and with
bash#unset FOO
you can remove it again. |
|