Created
July 6, 2015 06:55
-
-
Save alexmnv/d50ab87ba3c4d7c0aa20 to your computer and use it in GitHub Desktop.
List directories ordered by size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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