Skip to content

Instantly share code, notes, and snippets.

@outofcoffee
Last active December 19, 2019 19:23
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 outofcoffee/5dc28973092a14c3caccca72c8294d55 to your computer and use it in GitHub Desktop.
Save outofcoffee/5dc28973092a14c3caccca72c8294d55 to your computer and use it in GitHub Desktop.
Disk usage by top level directory
du / --max-depth 1 2>&1 | grep -v cannot | sort -Vr -k1,1 | head -n20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment