Bigger than 2 GB find $HOME -type f -size +2G -exec ls -lh {} \; Smaller than 1 Byte find $HOME -type f -size -1c -exec ls -lh {} \;
empty
find $HOME -type f -empty -exec ls -lh {} ;