Skip to content

Instantly share code, notes, and snippets.

@shinyquagsire23
Created July 1, 2017 00:59
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 shinyquagsire23/e1e92cfb901c21d1c332c6a35a45a4d8 to your computer and use it in GitHub Desktop.
Save shinyquagsire23/e1e92cfb901c21d1c332c6a35a45a4d8 to your computer and use it in GitHub Desktop.
#!/bin/bash
cmp -l $1 $2 | gawk '{printf "%08X %02X %02X\n", $1-1, strtonum(0$2), strtonum(0$3)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment