>>>>> "bm" == brian moseley <[EMAIL PROTECTED]> writes:

bm> On Fri, 21 Apr 2000, Stas Bekman wrote:
>> find . -type f -exec grep -l 'eg/' {} \; 

bm> find. -type f|xargs grep -l 'eg/' would be a lot
bm> faster. well at least that's what dean says.

That assumes you have xargs, which is of very recent vintage compared
to find, which *everyone* has.


Reply via email to