
Skip to: site menu |main content
Welcome to my personal site. If You have any question or suggestion please feel free to contact me from contact page.
Want to bulk delete .svn folders recursively?
Warning: Before you use this command make sure you have changed to the correct directory where you want to apply this. example:
Lets say you want to delete all .svn files from drupal folder "inderweb"
cd htdocs/inderweb
find -name "\.svn" -exec rm -rf {} \;
rm -rf `find . -type d -name .svn`
InderSingh.com v1.2
(Sep 08, 2010)
Recent comments
2 weeks 6 days ago
3 weeks 2 days ago
5 weeks 8 hours ago
10 weeks 2 days ago
10 weeks 2 days ago
10 weeks 3 days ago
13 weeks 3 days ago
13 weeks 3 days ago
13 weeks 4 days ago
13 weeks 6 days ago