/ Published in: Bash
URL: http://codesnippets.joyent.com/posts/show/104
Works as advertised on OS X.
Expand |
Embed | Plain Text
find . -name .svn -print0 | xargs -0 rm -rf
You need to login to post a comment.
URL: http://codesnippets.joyent.com/posts/show/104
Works as advertised on OS X.
find . -name .svn -print0 | xargs -0 rm -rf
You need to login to post a comment.