/ Published in: Bash
URL: http://jonallanharper.com
Expand |
Embed | Plain Text
find . -name ".svn" -exec rm -rf {} \;
Comments
Subscribe to comments
You need to login to post a comment.
jonallanharper on 04/16/08
1 person have marked this snippet as a favorite
URL: http://jonallanharper.com
find . -name ".svn" -exec rm -rf {} \;
Subscribe to comments
You need to login to post a comment.
The exact same snippet has already been posted: http://snipplr.com/view/5658/remove-svn-files-from-a-directory-structure/ ;)