Monthly Archives: August 2011

Remove .svn files recursively

I keep having to look this up again….. find . -type f -name “*.svn” -exec rm ‘{}’ \; -print Thanks to: http://blog.simongregory.com/12/recursively-remove-svn-files/

Posted in Uncategorized | Leave a comment