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: Eduardo A . Bustamante López
Subject: Re: Tab completion breaks for tilde-paths with filenames containing space
Date: Wed, 14 Jan 2015 08:45:39 -0600
User-agent: Mutt/1.5.23 (2014-03-12)

On Wed, Jan 14, 2015 at 09:33:31AM -0500, dave@evilpettingzoo.com wrote:
[...]
> Bash Version: 4.2
> Patch Level: 37

[dualbus@dualbus ~]$ mkdir a; >a/a\ a.txt
[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


[dualbus@dualbus ~]$ echo $BASH_VERSION
4.2.37(1)-release


Are you using any supplementary programs, like bash-completion?



reply via email to

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