Finder in OS X seems to be retarded at finding hidden files and folders. In my case, I wanted to recursively remove all .svn folders from a directory. To do this, it's command line to the rescue:
rm -rf find . -type d -name .svn
Finder in OS X seems to be retarded at finding hidden files and folders. In my case, I wanted to recursively remove all .svn folders from a directory. To do this, it's command line to the rescue:
rm -rf find . -type d -name .svn
Copyright © 1999-2011 by Shane Witbeck · All Rights Reserved. Subscribe. Follow me on Twitter