Recursively delete .svn directories
cd FOLDER | |
rm -rf 'find . -type d -name .svn' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd FOLDER | |
rm -rf 'find . -type d -name .svn' |