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 has marked this snippet as a favorite
Published in: Bash
|
|
|
# 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.