Home > Linux > Linux command to recursively delete .svn folders

Linux command to recursively delete .svn folders

November 13th, 2009

find . -name .svn -print0 | xargs -0 rm -rf

Credit: http://codesnippets.joyent.com/posts/show/104

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Linux ,

  1. No comments yet.
  1. No trackbacks yet.
Subscribe to comments feed