Difference between revisions of "Bash Completion Linux"
From MS Computech
(Created page with "'''How to install bash completion on linux'''<br /> <br /> Debian <pre> apt-get install bash-completion </pre> Centos <pre> yum install bash-completion </pre>") |
(No difference)
|
Revision as of 14:10, 13 August 2012
How to install bash completion on linux
Debian
apt-get install bash-completion
Centos
yum install bash-completion