/ Published in: Bash
URL: http://www.codekoala.com/blog/2009/groovy-one-liner/
Could be used to delete pretty much anything, clearly.
Expand |
Embed | Plain Text
find . -name ".svn" -type d | xargs -I {} rm -Rf {}
You need to login to post a comment.
