/ Published in: Bash
Could be used to delete pretty much anything, clearly.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name ".svn" -type d | xargs -I {} rm -Rf {}
URL: http://www.codekoala.com/blog/2009/groovy-one-liner/