Created
April 23, 2015 20:14
-
-
Save danielribeiro/7a430454a65b31798283 to your computer and use it in GitHub Desktop.
echo binary data in unix
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 -n -e "\x00\x01\x02" > o | |
| hexdump -C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment