You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2004/04/01 20:18:14 UTC

Re: svn commit: r9106 - trunk/contrib/client-side

On Tue, Mar 23, 2004 at 05:47:17AM -0500, Greg Hudson wrote:
> Just for people's edification, you can avoid a gnu grep dependency on
> the -H flag and still solve the xargs-single-file problem by using the
> trick:
> 
>   find ... | xargs grep <options> /dev/null
> 
> However, there's no substitute for the find -0 | xargs -0 options, so in
> this case there's no reason not to use the -H flag.

Neat.  I would never have thought of this.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org