Skip to content

Instantly share code, notes, and snippets.

@louisswarren
Created May 28, 2016 02:28
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 louisswarren/a5161a1e2d10d7469c1933e8fe98cbc0 to your computer and use it in GitHub Desktop.
Save louisswarren/a5161a1e2d10d7469c1933e8fe98cbc0 to your computer and use it in GitHub Desktop.
du which is actually useful
#!/bin/sh
du -hd 1 2> /dev/null | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment