Behold echo -e and quotes. works with single or double quotes.

supap...@li:~$ echo -en "\xFF\x01\x00" > junk
supap...@li:~$ hd junk
00000000  ff 01 00                                          |...|
00000003
supap...@li:~$ echo -en '\xFF\x01\x00' > junk
supap...@li:~$ hd junk
00000000  ff 01 00                                          |...|
00000003

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to