Linux学习笔记:常用搜索命令

查找普通文件

  find

  locate  从数据库中查找

查找文件内容

  grep

查找命令

  type    命令的类型

  whereis    命令的位置

  which     第一个匹配的命令

原文地址:https://www.cnblogs.com/weichsel/p/1833396.html