mercredi 10 décembre 2014

clear out all variables with closing terminal

I want to know how to clear all variables which I defined in command prompt or in script which I have executed without closing terminal ?


for example, if I set a variable in command prompt as:

$ a=1


now I want to delete the variable $a (and many other variables defined in similar way) without closing terminal ? On the other hand I dont want to mess with global variables like $USER


Aucun commentaire:

Enregistrer un commentaire