hex.rst
changeset 1905 fba288d59662
child 1912 8b81a8f0f692
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hex.rst	Mon Feb 22 12:46:36 2016 +0200
@@ -0,0 +1,19 @@
+.. -*- coding: utf-8; -*-
+.. include:: HEADER.rst
+
+=========================
+ Hex data representation
+=========================
+.. contents::
+   :local:
+
+Dump binary data in hex.
+========================
+::
+
+  $ od -t x1 <file
+
+or::
+
+  $ hexdump -v -e '1/1 "0x%02x, "'
+