Skip to content

Instantly share code, notes, and snippets.

@dklesev
Created April 2, 2014 12:12
Show Gist options
  • Save dklesev/9932900 to your computer and use it in GitHub Desktop.
Save dklesev/9932900 to your computer and use it in GitHub Desktop.
# List largest folders in a directory recursively
for i in G M K; do sudo du / -ah --exclude=/proc* | grep [0-9]$i | sort -nr -k 1; done | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment