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