Sun, 12 Oct 2008

6:17 PM - removing CVS directories from a hier

 find src -name CVS -prune -type d -print | xargs rm -r 

where src is the directory name.  

 

tags: midnightbsd cvs directory remove files