MyFunnyDev

web, coding and beyond

how to remove .svn from all folders – command line

without comments

find . -name ".svn" -exec rm -rf '{}' \;

Written by MichaƂ Kuklis

October 15th, 2008 at 8:20 pm

Posted in PHP, Uncategorized

Tagged with

Leave a Reply