Created
March 15, 2017 16:43
-
-
Save Tony3-sec/fcdf3e2ac13550404723bbc2cbd20b48 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ 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