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…