Skip to content

Instantly share code, notes, and snippets.

@simianarmy
Last active November 5, 2015 17:32
Show Gist options
  • Save simianarmy/a1e03688f8f0320757b5 to your computer and use it in GitHub Desktop.
Save simianarmy/a1e03688f8f0320757b5 to your computer and use it in GitHub Desktop.
Find large directories
for i in G M K; do du -ah | grep [0-9]$i | sort -nr -k 1; done | head -n 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment