Return to Snippet

Revision: 38742
at January 6, 2011 19:59 by StephFR


Initial Code
find . -name .svn -print0 | xargs -0 rm -rf

Initial URL


Initial Description


Initial Title
remove all .svn files recursively

Initial Tags
svn, Bash

Initial Language
Bash