shell 經常使用命令語句

查找並刪除
  • sudo fing / -name '*fcitx*' | xargs sudo rm -rf
  • find . -type d -name ‘.svn’ | xargs rm -rf 
  • find . -type d -iname ‘.svn’ -exec rm -rf {} \;
相關文章
相關標籤/搜索