reassign 496828 bash-completion
retitle 496828 uses slow find ... -path for java completion
thanks
Le mercredi 27 août 2008 à 22:22 +0100, James Youngman a écrit :
> On Wed, Aug 27, 2008 at 9:29 PM, Benoît Dejean <[EMAIL PROTECTED]> wrote:
> > Package: findutils
> > Version: 4.4.0-2
> > Severity:
On Wed, Aug 27, 2008 at 9:29 PM, Benoît Dejean <[EMAIL PROTECTED]> wrote:
> Package: findutils
> Version: 4.4.0-2
> Severity: normal
>
> Hello,
>
> I use bash-completion.
> When i'm in my ~ and want to run a java program,
> i type 'java P' to actually run 'java Prime',
> then bash spawns a
>
> find
Package: findutils
Version: 4.4.0-2
Severity: normal
Hello,
I use bash-completion.
When i'm in my ~ and want to run a java program,
i type 'java P' to actually run 'java Prime',
then bash spawns a
find . -type f -path ./P*.class
which takes ~1min to complete and prints as expected './Prime.clas
3 matches
Mail list logo