пятница, 6 июля 2012 г.

cli convertor

hex2ascii : echo [hex] | xxd -r -p
ascii2hex : echo -n [ascii]  |od -tx1 |cut -c8-|tr -d ' \n'


see: http://linuxwebdev.blogspot.com/2005/06/linux-hexadecimal-howto.html