Created
June 29, 2014 12:51
-
-
Save azat/5ad3bcd7a5e3c83d002d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find refs -type f | fgrep -v :: | xargs -I{} sh -c 's=$(fgrep size {} | awk -F"[<>]" "{print \$3}"); [ -z "$s" ] || echo {}: $s' | sort -k2nr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment