find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
or
du –max-depth=1 -h /
Your email is never published nor shared. Required fields are marked *
Post a Comment