|
|
4. Rows: asc, bin, hex, dec - mode
This example shows 2 files that are dispayed on the html page.
| Description |
Option |
| The decimal row is shown too |
-d |
| The binary row is shown too. And each bit is checked. |
-b |
The ascii row at the 2. - n. files (the body) is shown too.
The ascii of the 1. files (the head) is shown by default |
-abl |
| There are only 15 values shown on each line |
-c 15 |
| The identical start values of both files are hidden |
-nequs |
|
All values are blown up to the widest value (in this case the bit values)
Here is the command line for this example:
multi_diff -b -d -adl -nequs -c 15 txta15.drw txta16.drw
|
|
|