Linux and Unix unalias command

Quick links

About unalias
Syntax
Examples
Related commands
Linux and Unix main page

About unalias

Used to remove an alias.

Syntax

unalias name

name Specifies the name of the alias that you wish to remove.

Examples

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

Related commands

alias