/ Published in: Bash
Expand |
Embed | Plain Text
# try first with: find . -name ".svn" -type d | xargs -n1 echo # then: find . -name ".svn" -type d | xargs -n1 rm -R
You need to login to post a comment.
wdso on 03/20/09
1 person have marked this snippet as a favorite
# try first with: find . -name ".svn" -type d | xargs -n1 echo # then: find . -name ".svn" -type d | xargs -n1 rm -R
You need to login to post a comment.