Difference between revisions of "Bash Completion Linux"

From MS Computech
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''How to install bash completion on linux'''<br />
 
'''How to install bash completion on linux'''<br />
  Autocomplete feature is familiar to many who have used the Debian based Linux,
+
Autocomplete feature is familiar to many who have used the Debian based Linux, like Debian and Ubuntu. For some reason, this feature is not automatically activated/installed on Red Hat -based Linux distros, like Fedora, CentOS and Red Hat (RHEL). Actually auto completion works with any Bash programs, but I think it’s very useful example with YUM and also with RPM.
like Debian and Ubuntu. For some reason, this feature is not automatically activated
+
<br /><br />
installed on Red Hat -based Linux distros, like Fedora, CentOS and Red Hat (RHEL).  
+
 
Actually auto completion works with any Bash programs, but I think it’s very useful  
 
example with YUM and also with RPM.
 
<br />
 
 
Debian
 
Debian
 
<pre>
 
<pre>

Latest revision as of 14:13, 13 August 2012

How to install bash completion on linux
Autocomplete feature is familiar to many who have used the Debian based Linux, like Debian and Ubuntu. For some reason, this feature is not automatically activated/installed on Red Hat -based Linux distros, like Fedora, CentOS and Red Hat (RHEL). Actually auto completion works with any Bash programs, but I think it’s very useful example with YUM and also with RPM.

Debian

apt-get install bash-completion

Centos

yum install bash-completion