Skip to content

Instantly share code, notes, and snippets.

@galvao
Created November 21, 2012 18:15
Show Gist options
  • Save galvao/4126626 to your computer and use it in GitHub Desktop.
Save galvao/4126626 to your computer and use it in GitHub Desktop.
Disk usage, sorted by largest directories first, with no subdirs
du -Sh .|sort -hr|more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment