Answers for "find files size greater than 100mb in linux"

0

find files size greater than 100mb in linux

b: 512-byte blocks (default)
    c: bytes
    w: two-byte words
    k: Kilobytes
    M: Megabytes
    G: Gigabytes
find /tmp -type f -size +1G
Posted by: Guest on July-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language