Skip to content

Instantly share code, notes, and snippets.

@gregmercer
Created March 4, 2019 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregmercer/ee9b5a71c1b6546801a31de301d66245 to your computer and use it in GitHub Desktop.
Save gregmercer/ee9b5a71c1b6546801a31de301d66245 to your computer and use it in GitHub Desktop.
Disk usage, per directory, sorted by MB size
du --block-size=MiB --max-depth=1 | sort -rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment