hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Jan 2015 21:13:04 +0200
changeset 1674 34357d086f63
parent 588 59b4a51c5382
permissions -rw-r--r--
Covert doc to RST format. Add links to programming tutorials.

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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