Skip to content

Instantly share code, notes, and snippets.

@fedir
Created June 20, 2014 14:59
Show Gist options
  • Save fedir/d4962c0b36d6dd8a750b to your computer and use it in GitHub Desktop.
Save fedir/d4962c0b36d6dd8a750b to your computer and use it in GitHub Desktop.
List 10 heaviest files / directories in shell
du -hsx * | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment