Thanks to Mark for reminding me about these, I claim no credit for these, I just use them.
find . -type f -size +100000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'
du --max-depth=1 -h
Founder, Inventor, Creator
Thanks to Mark for reminding me about these, I claim no credit for these, I just use them.
find . -type f -size +100000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'
du --max-depth=1 -h