/ Published in: Python
Expand |
Embed | Plain Text
find . -name .svn -print0 | xargs -0 rm -r -f
You need to login to post a comment.
find . -name .svn -print0 | xargs -0 rm -r -f
You need to login to post a comment.