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