Skip to content

Instantly share code, notes, and snippets.

@mdkrog
Created September 3, 2015 11:50
Show Gist options
  • Save mdkrog/1bfeb86c38a1d65d11e0 to your computer and use it in GitHub Desktop.
Save mdkrog/1bfeb86c38a1d65d11e0 to your computer and use it in GitHub Desktop.
List Directory Sizes
du -h --max-depth=1 | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment