Unsetting an alias ( fr )

Dernière modification : 2013/01/26 19:17

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