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