On Sun, Feb 04, 2007 at 09:30:28AM -0500, Justin Pryzby wrote:
> The accepted way of doing this is with
>   find . -xdev -print0 |xargs -0 grep foo
> 
> Indeed, even grep -r is considered to be bloat, since "find" supports
> many options which don't each need to be implemented in grep, too.

Right, I agree that getting rid of those additional keystrokes does not
warrant the increased complexity.

Marcin
-- 
Marcin Owsiany <[EMAIL PROTECTED]>             http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to