#ggdev
asp.net
css
developer talk
editor
flash
forms
games
globe
google
government
ide
js
magazine
open hack day manila
open source
philippines
php
plugin
productivity
purple hack
python
shell
svn
timewasters
usability
wallpaper
wifi
win2k3
wordpress
Y!M status
yahoo
yahoo messenger Contests and Events (1)
Development (5)
Diss (1)
Hardware (1)
meta (1)
Stuff (4)
Work (1)
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.
Was almost going crazy trying to remove .svn directories from my projects deeply nested directory tree. Tried to look at some bash magiczx to fix it and here’s what I came up with:
find . -name .svn -exec rm -rf {} \;
This is on OSX but I imagine it should be the same for anyone on bash.