2017-12-18 20:04:21 +00:00
|
|
|
==Command description==
|
|
|
|
|
This operation will compare two media dumps and print all differences between them. Dumps can be in different formats.
|
|
|
|
|
|
|
|
|
|
==Command usage==
|
2018-06-24 12:36:04 +01:00
|
|
|
<code>DiscImageChef verify -d [true/false] --input1=<dump1> --input2=<dump2> -v [true/false]</code>
|
2017-12-18 20:04:21 +00:00
|
|
|
|
2018-06-24 12:36:04 +01:00
|
|
|
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''
|
2017-12-18 20:04:21 +00:00
|
|
|
<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 />
|
|
|
|
|
|
|
|
|
|
==Example==
|
|
|
|
|
<code>DiscImageChef compare --input1=mydisc.cue --input2=anotherdisc.mds</code>
|
|
|
|
|
|
|
|
|
|
==Operating system support==
|
|
|
|
|
{|
|
|
|
|
|
| FreeBSD
|
|
|
|
|
| Yes
|
|
|
|
|
|-
|
|
|
|
|
| macOS
|
|
|
|
|
| Yes
|
|
|
|
|
|-
|
|
|
|
|
| Linux
|
|
|
|
|
| Yes
|
|
|
|
|
|-
|
|
|
|
|
| Windows
|
|
|
|
|
| Yes
|
|
|
|
|
|}
|