Skip to content

Instantly share code, notes, and snippets.

@ryanoboril
Last active August 29, 2015 14:15
Show Gist options
  • Save ryanoboril/90829ff86a076d067e24 to your computer and use it in GitHub Desktop.
Save ryanoboril/90829ff86a076d067e24 to your computer and use it in GitHub Desktop.
Find 10 largest folders in *nix
sudo du -k / | sort -n | tail -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment