Please Consider

I run a few websites and used to make enough to keep them going with Adverts. Since Adblockers became popular that income is gone. If you like my content, please consider buying me a coffee. Thank you for your support!

Buy Me A Coffee

June 27, 2017

Do you need to find large files?

Use the following command to get a list of files sorted from large to small on your unix machine.

du -ak |sort -rn |less

If you want the output to be more “human” readable use:

du -ah |sort -rh|less

This is useful if you want to cleanup your files, or when a disk is filling up.

© Arnold Greyling 2025