Archive for February 23rd, 2007

Remove CVS Information from a Folder

find -name CVS -exec rm -rf {} \;

NOTE: Works only with bash