Skip to content

Instantly share code, notes, and snippets.

@dtateii
Created March 16, 2015 17:51
Show Gist options
  • Save dtateii/f14263454c68123ff45c to your computer and use it in GitHub Desktop.
Save dtateii/f14263454c68123ff45c to your computer and use it in GitHub Desktop.
List largest directories
du -k /Documents/ | sort -n | tail -10
@dtateii
Copy link
Author

dtateii commented Feb 29, 2016

Better option:
yum install ncdu
ncdu

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