Created
July 1, 2017 00:59
-
-
Save shinyquagsire23/e1e92cfb901c21d1c332c6a35a45a4d8 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
#!/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