Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomfanning/b7e90c92442fb9ee6bd41956737f2831 to your computer and use it in GitHub Desktop.
Save tomfanning/b7e90c92442fb9ee6bd41956737f2831 to your computer and use it in GitHub Desktop.
Linux command to drill down and find disk space
du -ch -d 1 | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment