How to fix bash commands auto-complete on centos 6.7
How to fix bash commands auto-complete on centos 6.7.
Lets start the tutorialInstall the recent updates by using the below command
[root@techlanda.com ~]# yum update
once update installation is finished.
Here is the command you have to get bash-completion auto [TAB][TAB]
Just paste the below command in the terminal go-head to install
[root@techlanda.com ~]# yum install epel-release.noarch
[root@techlanda.com ~]# yum install bash-completion.noarch
after the installing the bash-completion auto complete tab will started working
Output
auto-complete |
I hope you this information is useful for you. Please forgive any typos or incomplete sentences.