SyntaxFix
Write A Post
Hire A Developer
Questions
This worked for me.
$ echo 54657374696e672031203220330 | xxd -r -p Testing 1 2 3$
-r tells it to convert hex to ascii as opposed to its normal mode of doing the opposite
-r
-p tells it to use a plain format.
-p