Remove all .svn folders in a directory tree


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. find . -name ".svn" -exec rm -rf {} \;

URL: http://snippets.dzone.com/posts/show/2486

Report this snippet


Comments


You need to login to view comments.