/ Published in: Bash
Expand |
Embed | Plain Text
find /path/to/folder -name '.svn' -type d -exec rm -rf '{}' \;
You need to login to post a comment.
Mithun on 10/29/09
svn remove linux FileSystem from folders
2 people have marked this snippet as a favorite
find /path/to/folder -name '.svn' -type d -exec rm -rf '{}' \;
You need to login to post a comment.