Dump binary data in hex.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 28 Sep 2010 16:01:06 +0300
changeset 588 59b4a51c5382
parent 586 0b065ce3d94c
child 589 33ee2c5f7de5
Dump binary data in hex.
hex.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hex.rst	Tue Sep 28 16:01:06 2010 +0300
@@ -0,0 +1,10 @@
+-*- mode: outline -*-
+
+* Dump binary data in hex.
+
+  $ od -t x1 <file
+
+or
+
+  $ hexdump -v -e '1/1 "0x%02x, "'
+