[BusyBox] find optimization

magicfox magicfox at magic.fr
Wed Apr 28 17:26:25 UTC 2004


> magicfox,
> 
>> and what about -name arguments
>> if I do a
>> # find . -name *.[aco] -name find.*
>> I hope an implicit '-and' but I get a single pattern 'find.*'
>> could we display find usage in this case (with duplicate definition).
> 
> 
> I putted to ftp://ftp.simtreas.ru/pub/my/bb/new/find.c.gz
> find applet ported from Minix with support exrpessions.
> But code size great up *4.
> 
> 
> --w
> vodz

Dear Vladimir and All,

I have used your new find ported version.
The size of object code for me is now 9648 vs 3772 for current version 
on a i386.
With a lot a new features (and/or/...), a 2.5 factor seems reasonable. 
isn't it ?
the -exec option is not yet ready.

Is anybody have any remarks about it ?

I did some simple tests but not complete, and it seems ok, great !
Do you have planed some test in /testsuite of Busybox ?
Can I help you ?

Kind regards



More information about the busybox mailing list