Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created September 5, 2014 13:38
Show Gist options
  • Save omarqureshi/c5eb427bd63dcd96fdd1 to your computer and use it in GitHub Desktop.
Save omarqureshi/c5eb427bd63dcd96fdd1 to your computer and use it in GitHub Desktop.
➜ ~ 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