|
|
remove an alias - unalias - Linux
|
Views : 626
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|