Skip to content


find and remove all .svn directories (linux)

Note for self:

  1. cd into the directory
  2. find . -iname .svn -exec rm -rf {} \;

Posted in Linux. Tagged with , , .