NOTE:
To adjust the size of your search replace +10000k with the size you desired, such as the following:
- 50MB: +50000k
- 100MB: +100000k
- 500MB: +500000k
find / -type f -size +10000k -exec ls -lh {} \; | awk '{ print $5 ": " $9 }' |sort -n
Where I go for Geek
NOTE:
To adjust the size of your search replace +10000k with the size you desired, such as the following:
find / -type f -size +10000k -exec ls -lh {} \; | awk '{ print $5 ": " $9 }' |sort -n