Bash Version: 3.2
Patch Level: 48
Release Status: release
Description:
When tab-completing the name of a command, if that command is
inside a directory with spaces in its name, the tab completion
will add extra backslashes.
Repeat-By:
$ mkdir ~/'x y'/'z w'
$ ~/x<TAB><TAB>
After this, the command line will look like this:
$ ~/x\\\ y/z\ w
It should look like this:
$ ~/x\ y/z\ w
This is fixed in bash-4.0.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU ch...@case.edu http://cnswww.cns.cwru.edu/~chet/