advanced code snippet search
StephFR on 01/06/11
svn Bash
01/06/11 07:59pm
find . -name .svn -print0 | xargs -0 rm -rf
Report this snippet Tweet
Comment:
You need to login to post a comment.