[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Ben Reser <ben_at_reser.org>
Date: 2004-04-01 22:18:14 CEST

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 <ben@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
Received on Thu Apr 1 22:18:36 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.