Created
June 18, 2013 16:14
-
-
Save estadoactivo/5806736 to your computer and use it in GitHub Desktop.
Borrar carpetas .svn de un directorio y subcarpetas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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