bug-bash
[Top][All Lists]
Advanced

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

Re: Tab completion breaks for tilde-paths with filenames containing spac


From: Dave Rutherford
Subject: Re: Tab completion breaks for tilde-paths with filenames containing space
Date: Wed, 14 Jan 2015 09:55:33 -0500

On Wed, Jan 14, 2015 at 9:45 AM, Eduardo A. Bustamante López
<dualbus@gmail.com> wrote:
> On Wed, Jan 14, 2015 at 09:33:31AM -0500, dave@evilpettingzoo.com wrote:
> [...]
>> Bash Version: 4.2
>> Patch Level: 37

Also tested on 4.3.30

> [dualbus@dualbus ~]$ mkdir a; >a/a\ a.txt

You didn't create any ambiguity there. It seems to be a partial requirement.

> [dualbus@dualbus ~]$ echo ~/a/a<TAB> [completes]
> [dualbus@dualbus ~]$ echo ~/a/a\ a.txt
> /home/dualbus/a/a a.txt
> [dualbus@dualbus ~]$ echo ~/a/a\ a<TAB> [completes]
> [dualbus@dualbus ~]$ echo ~/a/a\ a.txt
> /home/dualbus/a/a a.txt
>
> Are you using any supplementary programs, like bash-completion?

I don't think so, unless Debian turned it on for me.

Note that without a\ a.odt there,
        $ ls ~/a/a<TAB>        [completes to a\ a.txt]
but
        $ ls ~/a/a\ <TAB>      [does not complete]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]