bug-bash
[Top][All Lists]
Advanced

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

TAB expand as much as you can before asking "Display all possibilities"


From: Dan Jacobson
Subject: TAB expand as much as you can before asking "Display all possibilities"
Date: Tue, 14 Jun 2016 09:57:56 +0800

Here we observe that bash _could_ first expand as much as it could,
before asking us y or n,

$ find .backups/\!h<TAB>
Display all 277 possibilities? (y or n) n
$ find .backups/\!home\!jidanni\!

Instead it waits until we say "n".

(All I typed was the first line, and the "n").
BASH_VERSION='4.4.0(1)-rc1'



reply via email to

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