Linux and Unix unalias command
Quick links
About unalias
Syntax
Examples
Related commands
Linux and Unix main page
Used to remove an alias.
unalias name
| name | Specifies the name of the alias that you wish to remove. |
If you did the example on our alias page, to remove that example which was called "home" you would type the below command.
unalias home
