例如,find -size +1M
:查找大于 1 MB 的文件。其他参数:
b
: 512-byte blocks. This is the default if no unit is specified.c
: Bytesw
: 2-byte wordsk
: KilobytesM
: MegabytesG
: Gigabytes
例如,find -size +1M
:查找大于 1 MB 的文件。其他参数:
b
: 512-byte blocks. This is the default if no unit is specified.c
: Bytesw
: 2-byte wordsk
: KilobytesM
: MegabytesG
: Gigabytes