tips:linux:delfiles
Deleting Files
As seen here:
find . -name CVS -type d -exec rm -rf {} \;
tips/linux/delfiles.txt · Last modified: by erik
As seen here:
find . -name CVS -type d -exec rm -rf {} \;