BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-043
Bug-Reported-by:konsolebox
Bug-Reference-ID:
Bug-Reference-URL:
http://lists.gnu.org/archive/html/bug-bash/2013-01/msg00138.html
Bug
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-044
Bug-Reported-by:"Dashing"
Bug-Reference-ID: <20130211175049.d90786f...@smtp.hushmail.com>
Bug-Reference-URL:
http://lists.gnu.org/archi
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-045
Bug-Reported-by:Stephane Chazelas
Bug-Reference-ID: <20130218195539.ga9...@chaz.gmail.com>
Bug-Reference-URL:
http://lists.gnu.org/arch
If you have "set show-all-if-ambiguous on" in your .inputrc, typing
this sequence in bash (in a directory containing some non-hidden files):
echo *
Results in the list of possible matches being displayed (as expected),
but the command line is then edited to:
echo \*
Which is probably not what t
On 3/10/13 5:26 PM, Marcel (Felix) Giannelia wrote:
> If you have "set show-all-if-ambiguous on" in your .inputrc, typing
> this sequence in bash (in a directory containing some non-hidden files):
>
> echo *
>
> Results in the list of possible matches being displayed (as expected),
> but the comm