On 3/5/14 5:01 PM, Albert Shih wrote:
> If you got a file name begin with "(" the completion didn't work.
>
> For example if I do
>
> mkdir emptydir
> cd emptydir
> touch \(\)
> rm + Tab
>
> don't give me anything.
This is actually a general problem with empty completions (ty
Le 06/03/2014 à 09:52:04-0500, Chet Ramey a écrit
>
> This is not a problem with bash, per se. It is a problem with something
> that is installing customized completions for `rm', probably the separate
> bash-completion package. You can see this by running
>
> complete -r
>
> and trying filen
dir
> touch \(\)
> rm + Tab
>
> don't give me anything.
>
> I don't known if it's un bug of bash 4.3 or a bug with bash 4.3 on FreeBSD
> version.
This is not a problem with bash, per se. It is a problem with something
that is installing customized c
Albert Shih writes:
> For example if I do
>
> mkdir emptydir
> cd emptydir
> touch \(\)
> rm + Tab
>
> don't give me anything.
Make sure you are not using any custom completions, or if you do that
you use -o bashdefault.
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
file name begin with "(" the completion didn't work.
For example if I do
mkdir emptydir
cd emptydir
touch \(\)
rm + Tab
don't give me anything.
I don't known if it's un bug of bash 4.3 or a bug with bash 4.3 on FreeBSD
version.
Regards.
-