3 FAQ tagged "aliases"
Viewing 1-3 of 3 FAQ -- Clear all Linux / UNIX bash shell aliases :
Q. How do I clear all UNIX bash shell aliases get cleared in one command. I’ve 20 aliases sometime I just need to delete them in a current session. How do I get rid of all of them?
A. You need to use unalias command/
unalias command syntax
unalias name
To remove alias called foo, enter
$ unalias foo
alias [...] - Understanding command line shell :
Q. I’ve migrated from Windows NT to Linux workstation. Most documents refer to a command line shell. Can you explain me command line shell?
A. A shell allows you to type the commands such as date or clear. There are many shell available. BASH (bourne again shell) is default shell for most Linux distributions.
It also known [...] - Linux command to remove virtual interfaces or network aliases :
Q. How do I remove virtual interfaces such as eth0:1 or eth1:1?
Viewing 1-3 of 3 FAQ - ( see all popular tags )


Recent Comments
Today ~ 1 Comment
Today ~ 2 Comments
Yesterday ~ 9 Comments
Yesterday ~ 32 Comments
07/04/2008 07:04 pm (2 days ago) ~ 1 Comment