Skip to content

Instantly share code, notes, and snippets.

@atainton
Forked from mdkrog/gist:1bfeb86c38a1d65d11e0
Created February 4, 2016 13:28
Show Gist options
  • Save atainton/a30fe28a03867ccbdaff to your computer and use it in GitHub Desktop.
Save atainton/a30fe28a03867ccbdaff 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