Skip to content

Instantly share code, notes, and snippets.

@nitriques
Last active December 25, 2015 14:39
Show Gist options
  • Save nitriques/6992829 to your computer and use it in GitHub Desktop.
Save nitriques/6992829 to your computer and use it in GitHub Desktop.
Find top 10 biggest directories
du -a / | sort -n -r | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment