Files
Aaru.Documentation/Get-a-hexadecimal-print-of-a-media-dump-sector-or-block.mediawiki

32 lines
1.3 KiB
Plaintext
Raw Normal View History

==Command description==
2020-02-29 14:31:41 -07:00
This operation will print a hexadecimal dump in the console of the chosen sector/block of the indicated media dump image.
==Command usage==
<code>Aaru -d [true/false] -v [true/false] image print -h [true/false] -l [sectors] -r [true/false] -s <starting sector> -w [width] <image-path></code>
<code>-d, --debug [true/false]</code> shows debug output ''(default false)''<br />
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false)''<br />
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(default false)''<br />
<code>-l, --length [sectors]</code> specifies how many sectors to print ''(default 1)''<br />
<code>-r, --long-sectors [true/false]</code> specifies if hex print should include all [[Sector-tags.md|sector tags]] stored in the media dump ''(default false)''<br />
<code>-s, --start <starting sector></code> starts the hexadecimal printing from this sector<br />
<code>-w, --width [width]</code> specifies how long the width, in characters, should the print be before creating a new line ''(default 32)''
==Example==
<code>Aaru image print -s 15 -l 30 -r -w 64 mydisc.cue</code>
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}