hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 26 May 2014 21:00:32 +0300
changeset 1583 46a6bc1e9f2a
parent 588 59b4a51c5382
permissions -rw-r--r--
Dump how exactly field stored

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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