Skip to content

Instantly share code, notes, and snippets.

@fabiobruna
Created January 4, 2016 18:46
Show Gist options
  • Save fabiobruna/cb7d545538b617a46746 to your computer and use it in GitHub Desktop.
Save fabiobruna/cb7d545538b617a46746 to your computer and use it in GitHub Desktop.
$echo -n 😕 | hexdump
0000000 f0 9f 98 95
0000004
$echo -e "\xf0\x9f\x98\x95"
😕
$PS1=$'\xf0\x9f\x98\x95 >'
😕 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment