Skip to content

Instantly share code, notes, and snippets.

@azat
Last active August 29, 2015 14:01
Show Gist options
  • Save azat/7b645d886eb2e2d97700 to your computer and use it in GitHub Desktop.
Save azat/7b645d886eb2e2d97700 to your computer and use it in GitHub Desktop.
gawk '{if ($1 ~ /^[0-90-f]+$/ && name ~ /^\./) { printf "[%25s] %.0f\n", name, strtonum("0x" $1); } name=$(NF > 3 ? NF-3 : ""); }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment