/ Published in: Bash

delete all svn files recursive
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find ./ -name ".svn" | xargs rm -Rf
Comments
