Skip to content

Instantly share code, notes, and snippets.

@fabriziogiordano
Created August 6, 2012 23:41
Show Gist options
  • Save fabriziogiordano/3279676 to your computer and use it in GitHub Desktop.
Save fabriziogiordano/3279676 to your computer and use it in GitHub Desktop.
Commands
#Recursively delete .svn directories [ http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml ]
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