Skip to content

Instantly share code, notes, and snippets.

@alexmnv
Created July 6, 2015 06:55
Show Gist options
  • Save alexmnv/d50ab87ba3c4d7c0aa20 to your computer and use it in GitHub Desktop.
Save alexmnv/d50ab87ba3c4d7c0aa20 to your computer and use it in GitHub Desktop.
List directories ordered by size
du --max-depth=1 / | sort -n -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment