/ Published in: Bash
Expand |
Embed | Plain Text
find . -name .svn -print0 | xargs -0 rm -rf
You need to login to post a comment.
ReeceMarsland on 12/16/09
2 people have marked this snippet as a favorite
find . -name .svn -print0 | xargs -0 rm -rf
You need to login to post a comment.