Skip to content

Instantly share code, notes, and snippets.

@anonoz
Created June 3, 2015 15:31
Show Gist options
  • Save anonoz/0fdd19475b712063c69e to your computer and use it in GitHub Desktop.
Save anonoz/0fdd19475b712063c69e to your computer and use it in GitHub Desktop.
howbig are the files in directory ah
# Make sure you have coreutils, install it like this:
# brew install coreutils
# Paste this in ~/.bash_profiles
function howbig() { du -hs ./*/ | gsort -h; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment