[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: find in conjuction with grep
- From: Aaron Gaudio <prothonotar tarnation dyndns org>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: find in conjuction with grep
- Date: Wed, 11 Aug 2004 15:23:52 -0400
On Wed, 2004-08-11 at 14:51 -0400, Robert P. J. Day wrote:
> On Wed, 11 Aug 2004, Alexander Dalloz wrote:
>
> > Am Mi, den 11.08.2004 schrieb Kevin Old um 20:31:
> >
> >> I've been using
> >> find . -exec grep "phrase I want" {} \;
> >
> > Not the best way. Using -exec is problematic.
>
> why problematic?
I think the main complaint is that it is slower, having to exec a new
grep process for each file find encounters, versus piping to xargs
(which will be faster overall, but provide less running feedback).
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]