Linux Bash Shell: recursively delete specific directories

I use this command to do a quick and clean delete from .svn directories and files:

rm -rf `find . -type d -name .svn`

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>