一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

delete .svn folder of work copy

Posted on 2007-09-02   |   In linux

Credit: Zed Shaw, at the Mongrel mailing list.

 find . -name ".svn" -exec rm -rf {} \; find . -name ".svn" | xargs rm -Rf
rails actionmailer send mail using gmail
speed optimization for javascript innerhtml
  • Table of Contents
  • Overview
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter

This post does not have a Table of Contents

© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS