Spring clean up? Find all the files which are larger than 20 megs:
find / -type f -size +20000k -exec ls -lh {} ; | awk ‘{ print $9 “: ” $5 }’
Spring clean up? Find all the files which are larger than 20 megs:
find / -type f -size +20000k -exec ls -lh {} ; | awk ‘{ print $9 “: ” $5 }’