/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# try first with: find . -name ".svn" -type d | xargs -n1 echo # then: find . -name ".svn" -type d | xargs -n1 rm -R