Answers for "find files with size greater than 1gb and delete them"

0

find files with size greater than 1gb and delete them

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

Code answers related to "find files with size greater than 1gb and delete them"

Browse Popular Code Answers by Language