Hide Forgot
Description of problem: When using bash completion for more(1) on a file whose name contains spaces, parts before and after the spaces are interpreted as different files. Version-Release number of selected component (if applicable): util-linux.x86_64 2.23.2-26.el7 How reproducible: always Steps to Reproduce: 1. in an empty directory type $ touch foo\ bar $ more foo<tab> Actual results: Bash completion offers the choice between two files: $ more foo<tab> bar foo Expected results: The command line is completed to: $ more foo\ bar
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune@redhat.com with any questions
*** Bug 1352096 has been marked as a duplicate of this bug. ***
# rpm -q util-linux util-linux-2.23.2-26.el7.x86_64 # touch foo\ bar # more f bar foo # rpm -q util-linux util-linux-2.23.2-33.el7.x86_64 # more foo\ bar
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2605.html