Bash completion not working after option=

General support questions
Post Reply
warpino
Posts: 14
Joined: 2008/10/21 14:14:30

Bash completion not working after option=

Post by warpino » 2015/03/10 17:07:30

Hi all,

in previous CentOS installations I used to launch a program with

Code: Select all

programname option=
and used the TAB key to get auto-completion with the list of files in the current directory. Recently I installed CentOS 7 and now the TAB auto-completion does not work anymore in the previous scenario. I have to insert a blank after the equal sign, get auto-completion and then go back and delete the blank, which is awkward and time consuming. Did anyone experience the same? How can I fix that?

Thanks a lot

Post Reply