[nzlug] non-RCS file check

Jim Cheetham jim at gonzul.net
Fri Jul 28 16:06:41 NZST 2006


On Fri, Jul 28, 2006 at 04:39:30AM +0100, Jim Cheetham wrote:
> On Fri, Jul 28, 2006 at 03:13:31PM +1200, Johann Schoonees wrote:
> > How do I (recursively) print out the names of all the files that are 
> > *not* under RCS?
> > Printing the ones which *are* under RCS is easy:
> > find -name "*,v"

*cough*
find . ! -name "*,v"

-jim




More information about the NZLUG mailing list