shell 常用命令语句

Posted 沐风园

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 {} \;

以上是关于shell 常用命令语句的主要内容,如果未能解决你的问题,请参考以下文章

Linux Shell 常用命令

[ SHELL编程 ] 编程常用的ORACLE相关命令

bash常用命令

shell脚本——编程之循环语句(forwhileuntil)

hivehadoop 常用命令

1.shell学习之常用语句