Sign in using Google or Yahoo! id.  

Deleting all .svn folders

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 
find . -type d -name .svn -exec rm -rf {} \;
Posted on January 21, 2012 01:58 PM by Subhash Chandran
shell svn linux
blog comments powered by Disqus