Skip to content

Instantly share code, notes, and snippets.

@ryankanno
Created April 17, 2012 05:02
Show Gist options
  • Save ryankanno/2403558 to your computer and use it in GitHub Desktop.
Save ryankanno/2403558 to your computer and use it in GitHub Desktop.
Where has all the disk space gone?
du -x -k | sort -nr | head -<n>
@kevin1024
Copy link

My favorite way to solve this problem -> http://dev.yorhel.nl/ncdu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment