Skip to content

Instantly share code, notes, and snippets.

@keyan
Last active December 17, 2015 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keyan/44b2b98ca82b4fd32fee to your computer and use it in GitHub Desktop.
Save keyan/44b2b98ca82b4fd32fee to your computer and use it in GitHub Desktop.
Find biggest files on unix
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