Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux command line search file by size

    b: 512-byte blocks (default)
    c: bytes
    w: two-byte words
    k: Kilobytes
    M: Megabytes
    G: Gigabytes
find /tmp -type f -size 1024c
 
PREVIOUS NEXT
Tagged: #linux #command #line #search #file #size
ADD COMMENT
Topic
Name
7+4 =