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