Created
September 5, 2014 13:38
-
-
Save omarqureshi/c5eb427bd63dcd96fdd1 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 "foo" | od | |
0000000 067546 005157 | |
0000004 | |
➜ ~ echo "foo" | xxd | |
0000000: 666f 6f0a foo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment