Return to Snippet

Revision: 14406
at June 3, 2009 11:05 by tclancy


Initial Code
find . -name ".svn" -type d | xargs -I {} rm -Rf {}

Initial URL
http://www.codekoala.com/blog/2009/groovy-one-liner/

Initial Description
Could be used to delete pretty much anything, clearly.

Initial Title
Delete All svn Folders

Initial Tags


Initial Language
Bash