==Command description==
This operation will print in console a hexadecimal dump of the chosen sector/block of the indicated media dump image.
==Command usage==
Aaru printhex -d [true/false] -i -l [sectors] -r [true/false] -s -v [true/false] -w [width]
-d, --debug=[true/false] shows debug output ''(default false)''
-i, --input= path to the media dump image
-l, --length=[sectors] how many sectors to print ''(default 1)''
-r, --long-sectors=[true/false] if hex print should include all [[Sector-Tags.md|sector tags]] stored in the media dump ''(default false)''
-s, --start= starts the hexadecimal printing from this sector
-v, --verbose=[true/false] shows verbose output ''(default false)''
-w, --width=[width] how width, in characters, should the print be before creating a new line ''(default 32)''
==Example==
Aaru printhex -i mydisc.cue -s 15 -l 30 -r -w 64
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}