Skip to content

Instantly share code, notes, and snippets.

@itsprdp
Created July 3, 2018 07:43
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 itsprdp/66b6fc989fab60133f298d5852bf2805 to your computer and use it in GitHub Desktop.
Save itsprdp/66b6fc989fab60133f298d5852bf2805 to your computer and use it in GitHub Desktop.
find . -type d -print0 | xargs -0 du | sort -n | tail -10 | cut -f2 | xargs -I{} du -sh {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment