[bash] ASCII to HEX and hex to ascii - LinuxQuestions.org
What kind of command should I use to translate ascii to hex in a bash script ? (and hex back to ascii) TIA ///// ... Hex to ascii is dead easy; bash can do it internally, if they're properly formatted. Just use "echo -e", printf's %b format token, or the ...