Skip to content

Instantly share code, notes, and snippets.

@serkaniyigun
Created March 19, 2014 19:53
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 serkaniyigun/9649880 to your computer and use it in GitHub Desktop.
Save serkaniyigun/9649880 to your computer and use it in GitHub Desktop.
linux find large files
must be root
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