Lets say that I have a string "5a". This is the hex representation of the ASCII letter 'Z'. I need to know a linux shell command which will take a hex string and output the binary bytes the string represents.
So if I do echo "5a" | command_im_looking_for > temp.txt
can I open temp.txt, I will see a solitary letter Z.