Re: [CONTRIB] `sfind', a wrapper around `find' that ignores .svn directories
From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2005-03-04 10:50:20 CET
On 2005-03-03 12:13:27 James FitzGibbon wrote:
And an even simpler (and even dumber) version can be found in the
#!/bin/sh
#=======================================================================
cat $* | egrep -v '/\.svn(/|$)'
Simple, yes, but I use it all the time, so I hereby declare it as
Regards,
---------------------------------------------------------------------
|
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.