hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 12 Dec 2011 19:31:18 +0200 (2011-12-12)
changeset 1131 6faf5678506a
parent 588 59b4a51c5382
permissions -rw-r--r--
Convert file to RST syntax.
-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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