advanced code snippet search
raphaelcangucu on 08/25/10
svn recursive files
08/25/10 07:31am
find . -name ".svn" -exec rm -rf {} \;
Report this snippet Tweet
Comment:
You need to login to post a comment.