Skip to content

Instantly share code, notes, and snippets.

@mcbrwr
Created May 1, 2014 13:28
Show Gist options
  • Save mcbrwr/6477796630c58423be68 to your computer and use it in GitHub Desktop.
Save mcbrwr/6477796630c58423be68 to your computer and use it in GitHub Desktop.
bash: remove all svn directories from an old repository
rm -rf $(find . |grep .svn| grep -v svn/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment