[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

bash-completion, tab and ambiguous globs



In bash, typing, say, "ls x*y" then tab lists all the possible
expansions of "x*y" on the next line, then prints the command
line anew with "x*y" replaced by longest common stem.

With bash-completion installed, "x*y" is summarily replaced by
its first match.

Is there any way to restore the normal function of tab, besides
deinstalling bash-completion ?

Thanks in advance.


Reply to: