remove an alias - unalias - Linux Views : 626
Tagged in : Linux
0 0
Send mail
To remove an alias that we have set in Linux

we can use the following command named unalias

example:
say we have set an alias like
>alias c=clear

now to remove it we have to call
>unalias c

By Sanju, On - 2009-10-31



    Login to add Comments .