Created
February 1, 2013 19:21
-
-
Save smujohnson/4693430 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
sjohnson@web1:~/bin$ get str ! | |
Input type: string | |
as string: [!] | |
as hex: 0x21 | |
as decimal: 33 | |
as binary: 0b100001 | |
length (bytes): 1 | |
length (bits): 6 | |
SHA-1 in_raw: 0ab8318acaf6e678dd02e2b5c343ed41111b393d | |
SHA-1 decoded: 0ab8318acaf6e678dd02e2b5c343ed41111b393d | |
sjohnson@web1:~/bin$ get str "!" | |
-bash: !: event not found | |
sjohnson@web1:~/bin$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment