>>>>> "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.
- cvs commit: modperl/eg startup.pl sbekman
- Re: cvs commit: modperl/eg startup.pl Doug MacEachern
- cvs commit: modperl/eg startup.pl dougm
- Re: cvs commit: modperl/eg startup.pl Stas Bekman
- Re: cvs commit: modperl/eg startup.pl Stas Bekman
- Re: cvs commit: modperl/eg startup.pl Doug MacEachern
- Re: cvs commit: modperl/eg startup.pl Stas Bekman
- Re: cvs commit: modperl/eg startup.pl Doug MacEachern
- Re: cvs commit: modperl/eg startup.pl brian moseley
- Re: cvs commit: modperl/eg startup.pl Vivek Khera
- Re: cvs commit: modperl/eg startup.pl Stas Bekman