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: remove directory cvs midnightbsd files
find src -name CVS -prune -type d -print | xargs rm -r
where src is the directory name.
tags: remove directory cvs midnightbsd files