Linux 系统中查找文件的命令有 which.whereis.locate 和 find 等,本文对这四条命令进行简单的介绍.列举了一些简单的使用方式. which 在 PATH 变量中定义的全部路径中查找可执行文件或脚本. which 命令有两个重要参数: -all, -a 默认情况下,which 命令会在匹配到第一个结果后结束运行,添加该参数可以让其搜索所有路径. -read-alias, -i 将输入视为别名搜索.Linux 系统中通常会使用 alias 设置诸多别名来简写命令,例如 C
inux下的find命令用来查找文件,通过man find就知道它是无所不能的.所以按照文件大小来查找文件就不在话下.从man find搜索size,可以看到如下信息: -size n[cwbkMG] File uses n units of space. The following suffixes can be used: b -byte blocks (this is the default if no suffix is used) c for bytes w for two-byte