Skip to content

Instantly share code, notes, and snippets.

@azat
Created June 29, 2014 12:51
Show Gist options
  • Save azat/5ad3bcd7a5e3c83d002d to your computer and use it in GitHub Desktop.
Save azat/5ad3bcd7a5e3c83d002d to your computer and use it in GitHub Desktop.
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