find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' Code (markup): 20000k = 20MB change the number to what you find big.