find ./ -type file -size +500M
option:
b - 512 block
c - byte
w - two bytes words
k - kilo
M - mega
G - giga
# find and display size. human readable
find ./ -type file -size +500M -exec ls -lh {} \;
September 19, 2019 at 02:22PM
댓글 없음:
댓글 쓰기