In Unix shell, how to convert from hex string to stdout bytes in machine-endian order

后端 未结 0 1760
滥情空心
滥情空心 2021-02-08 05:26

I\'d like to run a command similar to:

# echo 00: 0123456789abcdef | xxd -r | od -tx1
0000000 01 23 45 67 89 ab cd ef
0000010

That is, I\'d like

相关标签:
回答
  • 消灭零回复
提交回复
热议问题