Remove all alias set in a terminal - Linux Views : 331
Tagged in : Linux
Send mail vote down 0 vote down 0
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 .