Skip to content

Instantly share code, notes, and snippets.

@edelans
Created December 18, 2015 19:26
Show Gist options
  • Save edelans/88cfe624012a549028df to your computer and use it in GitHub Desktop.
Save edelans/88cfe624012a549028df to your computer and use it in GitHub Desktop.
disk usage exploration

Find Biggest files/repo

sudo du -shx /* 2>/dev/null | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment