Matthew Kennard

17 Mar 2021

I’ve just used this to help shave 10MB of the size of an app I’m submitting to Google Play by tracking done any large images that my client has snuck through into some bundled resources.

du -ah . | grep -v "/$" | sort -rh | less

Get a list of larges sorted by size on macOS