Bash选项卡完成在第一个完成后添加额外的空间,如果在多级文件夹中的文件是compeletion目标,则停止进一步完成。
例如,我在路径〜/ Documents / foo / bar.txt中有一个文件,我想列出它。
我面对以下问题,输入时
a@b:~$ls Docu <TAB>
我得到
a@b:~$ls Documents |(<-this is the cursor,so there is an extra space afer Documents)
通常我想得到:
a@b:~$ls Docu <TAB> a@b:~$ls Documents/ <TAB> a@b:~$ls Documents/foo/ <TAB> a@b:~$ls Documents/foo/bar.txt
只是为了记录:在adobereader-enu(acroread)包中也有一个错误,破坏了bash完成。在这种情况下,您可以删除符号链接:
原文链接:https://www.f2er.com/bash/387438.htmlrm /etc/bash_completion.d/acroread.sh
参见:https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/769866