Skip to content

Instantly share code, notes, and snippets.

@estadoactivo
Created June 18, 2013 16:14
Show Gist options
  • Save estadoactivo/5806736 to your computer and use it in GitHub Desktop.
Save estadoactivo/5806736 to your computer and use it in GitHub Desktop.
Borrar carpetas .svn de un directorio y subcarpetas
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