Skip to content

Instantly share code, notes, and snippets.

@hapiben
Created July 2, 2014 10:41
Show Gist options
  • Save hapiben/2952de3b621829f728bf to your computer and use it in GitHub Desktop.
Save hapiben/2952de3b621829f728bf to your computer and use it in GitHub Desktop.
Shows a list of folders with size sorted in order
sudo du -x /var/log | sort -n | tail -40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment