Skip to content

Instantly share code, notes, and snippets.

@mkdynamic
Created May 10, 2009 11:04
Show Gist options
  • Save mkdynamic/109592 to your computer and use it in GitHub Desktop.
Save mkdynamic/109592 to your computer and use it in GitHub Desktop.
Remove .svn recursively from current directory
alias desvn='find . -name ".svn" -exec rm -rf {} \;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment