|
|
| |
UNALIAS(1) |
Korn Shell |
UNALIAS(1) |
unalias - remove alias definitions
unalias removes the definition of each named alias from the current shell
execution environment, or all aliases if -a is specified. It will not
affect any commands that have already been read and subsequently executed.
- -a
- Causes all alias definitions to be removed. name operands are
optional and ignored in this case.
- 0
- Successful completion.
- >0
- -a was not specified and one or more name operands did not
have an alias definition, or an error occurred.
2019, David J. Korn, et.al.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |