Linux encuentra archivos mayores de 1 GB
find / -type f -size +1G
Ahmed
find / -type f -size +1G
b: 512-byte blocks (default)
c: bytes
w: two-byte words
k: Kilobytes
M: Megabytes
G: Gigabytes
find /tmp -type f -size +1G