hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Jun 2013 15:50:43 +0300
changeset 1499 b19fe371e90e
parent 588 59b4a51c5382
permissions -rw-r--r--
Make screenshort from web camera.

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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