Skip to content

Instantly share code, notes, and snippets.

@zuckercode
Created September 27, 2012 13:46
Show Gist options
  • Save zuckercode/3794092 to your computer and use it in GitHub Desktop.
Save zuckercode/3794092 to your computer and use it in GitHub Desktop.
x largest files in all directories
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment