Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #find #files #size #greater #linux
ADD COMMENT
Topic
Name
3+3 =