Enno Bartels
Super tuxi


multi_diff

Screenshot: 7. Different ascii posibilties

Previous: No.6
Back
Next: No.8
7. Different ascii posibilties


1. Example: ASCII small
2. Example: ASCII smaller without position row
3. Example: ASCII smaller with position row




1. Example: ASCII small

This example shows 2 files that are dispayed on the html page. Show ther ascii row without the hex row and the with the position row.

Description Option
Show not the hexadecimal row -nh
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
Show only 34 values one each block -c 34




Here is the code line for this example:

   multi_diff -nh -abl -c 34 txta15.drw txta16.drw









2. Example: ASCII smaller without position row:

To get each value after the next, we must deactivate the postition row, reduce the characters between two values to 0 and minimize the width of a values field

Description Option
Show not the position row -np
Set the number of characters beween two values to 0 -ec 0
Try the smallest width of a value. That is 1. (default it is 3) -trsm
Show not the hexadecimal row -nh
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
Show only 100 values one each block -c 100)/B>




Here is the code line for this example:

   multi_diff -np -ec 0 -trsm -nh -abl -c 100 txta15.drw txta16.drw









3. Example: ASCII smaller with position row:

In the last example I could not see the position row. If I use it again
the smallest width will be 3. What can I do?
Try the vertical mode of position row

Description Option
Vertical position row mode -prv
Set the number of characters beween two values to 0 -ec 0
Try the smallest width of a value. That is 1. (default it is 3) -trsm
Show not the hexadecimal row -nh
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
Show only 100 values one each block -c 100




Here is the code line for this example:

   multi_diff -prv -ec 0 -trsm -nh -abl -c 100 txta15.drw txta16.drw