To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

 

Unsetting an alias ( en )

Last modification : 2013/01/26 19:16

There is only one way to unset an alias: the command unalias.
msh> alias
ll=ls -lrt
msh> unalias ll
msh> alias