Skip to content

Instantly share code, notes, and snippets.

@ei-grad
Created March 28, 2019 15:27
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 ei-grad/bc7f2bdf4b0ff6737cc96010a6b6c077 to your computer and use it in GitHub Desktop.
Save ei-grad/bc7f2bdf4b0ff6737cc96010a6b6c077 to your computer and use it in GitHub Desktop.
#!/bin/sh
find -name .git -a -type d -prune -o -type f -print0 | du --bytes -h --files0-from=- | sort -rh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment