This will recursively force delete every directory or file called 'CVS'. find ./ -name 'CVS' -execdir rm -rf '{}' \; -print