hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 19 Nov 2012 20:57:51 +0200
changeset 1424 8cfa61142672
parent 588 59b4a51c5382
permissions -rw-r--r--
Remove a lot of duplication. Update dome info. Add links to external docs.

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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