Skip to content

Instantly share code, notes, and snippets.

@Tony3-sec
Created March 15, 2017 16:43
Show Gist options
  • Select an option

  • Save Tony3-sec/fcdf3e2ac13550404723bbc2cbd20b48 to your computer and use it in GitHub Desktop.

Select an option

Save Tony3-sec/fcdf3e2ac13550404723bbc2cbd20b48 to your computer and use it in GitHub Desktop.
$ echo $((0x22c))
556
$ sh hexToDecimal.sh 022c
556
0x22c == 022c
$ echo $((0x128))
296
$ sh hexToDecimal.sh 0128
296
0x128 == 0128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment