Description of problem: bash can't seem to complete filenames with spaces in some cases Version-Release number of selected component (if applicable): Fedora 21, bash-4.3.33-1.fc21.x86_64 How reproducible: Every time Steps to Reproduce: 1. mkdir foo\ bar foo\ rab foo\ huh foo\ blah foo\ qwe\ ert 2. cd foo[tab][tab] Actual results: Only the "foo" part is completed. further presses of the tab key should present options but does not. Interestingly rm -fr foo[tab][tab] works. Also, removing the folder that has two spaces in it's name also "fixes" the issue Expected results: bash should present options when it can only partially complete Additional info:
adding "complete -r" to .bashrc fixes it as well.
Hi and thanks for the report, there's already a report for this. Please check #1179227 for further changes. *** This bug has been marked as a duplicate of bug 1179227 ***