Skip to content

Instantly share code, notes, and snippets.

@singuerinc
Created November 30, 2014 10:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singuerinc/c8cbabc5f115fe1b4d75 to your computer and use it in GitHub Desktop.
Save singuerinc/c8cbabc5f115fe1b4d75 to your computer and use it in GitHub Desktop.
50 largest directories and files
du -h * | sort -rh | head -50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment