http://www.cyberciti.biz/faq/find-large-files-linux/
find {/path/to/directory/} -type f -size +{size-in-kb}k -exec ls -lh {} ; | awk ‘{ print $9 “: ” $5 }’
Linux Find Large Files
http://www.cyberciti.biz/faq/find-large-files-linux/
find {/path/to/directory/} -type f -size +{size-in-kb}k -exec ls -lh {} ; | awk ‘{ print $9 “: ” $5 }’