你可以使用 find 命令配合 -size 参数。 具体命令如下: find /path/to/search -type f -size +100M 比如查询当前文件下大于200M的文件:find / -type f -size +200M