hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 11 Jul 2012 22:27:33 +0300
changeset 1330 7a33af4e14ca
parent 588 59b4a51c5382
permissions -rw-r--r--
Add a lot of definitions to satisfy RST syntax.

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

  $ hexdump -v -e '1/1 "0x%02x, "'