noslo.me

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • About

Post navigation

← Previous Next →

Recursively Remove All .svn Directories

Posted on October 20, 2011 by William Olson

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

This entry was posted in Server and tagged linux server by William Olson. Bookmark the permalink.

Pages

  • About

Recent Posts

  • Install Let’s Encrypt Certbot on Amazon Linux 1
  • Must Have Software
  • Ubuntu “Hash sum mismatch” when updating repository
  • Httpd 2.4 for CentOS 6
  • Add Mylyn Task Connector to Easily Connect to Bugzilla from Eclipse