Fragmented Thought

Recursively Removing .svn

By

Published:

Lance Gliser

Heads up! This content is more than six months old. Take some time to verify everything still works as expected.

I need to do this far too often. Mostly leaving this as a note for myself:

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