unaliasremove alias definitions |
KornShell Built-in |
unalias
name...
unalias
-a
unalias
removes each alias name
from the current KornShell execution environment.
-a
removes all aliases in the current KornShell execution environment.
0
Successful completion.
1
There was exactly one alias that could not be removed.
2
Failure due to an invalid command line option or there were exactly two aliases that could not be removed.
>2
Tells the number of aliases that could not be removed.
unalias
is built into the KornShell,
but not the Bourne Shell.