/ Published in: Bash
Works as advertised on OS X.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name .svn -print0 | xargs -0 rm -rf
URL: http://codesnippets.joyent.com/posts/show/104