The Status Blog

  • 07:43:10 pm on June 17, 2011 | # | 0
    Tags: ,

    # remove all svn dirs
    find . -name .svn -print0 | xargs -0 rm -rf

     

Leave a Comment