mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
29 lines
768 B
Plaintext
29 lines
768 B
Plaintext
|
|
==Command description==
|
||
|
|
This operation will compare two media dumps and print all differences between them. Dumps can be in different formats.
|
||
|
|
|
||
|
|
==Command usage==
|
||
|
|
<code>DiscImageChef verify --input1=<dump1> --input2=<dump2> -v [true/false] -d [true/false]</code>
|
||
|
|
|
||
|
|
<code>--input1=<dump1></code> path to the first media dump image<br />
|
||
|
|
<code>--input2=<dump2></code> path to the second media dump image<br />
|
||
|
|
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
|
||
|
|
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''
|
||
|
|
|
||
|
|
==Example==
|
||
|
|
<code>DiscImageChef compare --input1=mydisc.cue --input2=anotherdisc.mds</code>
|
||
|
|
|
||
|
|
==Operating system support==
|
||
|
|
{|
|
||
|
|
| FreeBSD
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| macOS
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| Linux
|
||
|
|
| Yes
|
||
|
|
|-
|
||
|
|
| Windows
|
||
|
|
| Yes
|
||
|
|
|}
|