Remove all alias set in a terminal - Linux Views : 348
Tagged in : Linux
0 0
Send mail
To remove all alias set in a terminal or konsole we can use unalias command with -a option

Example:

unalias -a


This will remove all alias set in the current terminal or konsole
By Sanju, On - 2009-10-31



    Login to add Comments .