Find the large files on Linux

Here is what I use to find the large files:

find /usr -type f -size +20000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'

Comments

Popular posts from this blog

What an architect should first think about

Notes from Release It! Book