顯示具有 octet 標籤的文章。 顯示所有文章
顯示具有 octet 標籤的文章。 顯示所有文章

2009年3月10日 星期二

Convert Text to Hex on Linux

xxd creates a hex dump of a given file or standard input.


echo "something" | xxd -c 256 -ps


-c 256: 256 octets per line
-ps: plain style