Enno Bartels
Super tuxi


multi_diff

Screenshot: 5. the info rows

Previous: No.4
Back
Next: No.6
5. The info mode


1. Example: Info with ascii, bin, dec and hex
2. Example: Info with ascii and hex

These examples shows you that the needed space for an info item is automatic sized.




1. Example: Info with ascii, bin, dec and hex

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
The information row is shown at the first file.
In the file example_reg.txt are expression to search for like:
01 ff 02 04 03 02 00 02 -1
Header_part_1
-inf example_reg.txt

All values of the info tags are blown up to the widest value, (in this case the bit values) too



Here is the code line for this example:

    multi_diff -inf example_reg.txt -b -d -abl txta15.drw txta16.drw









2. Example: Info with ascii and hex

This example shows 2 files that are dispayed on the html page and
how all values of all rows including the info tags are blown up to the widest value

Description Option
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
The information row is shown at the first file.
In the file example_reg.txt are expression to search for like:
01 ff 02 04 03 02 00 02 -1
Header_part_1
-inf example_reg.txt



Here is the code line for this example:

    multi_diff -inf example_reg.txt -abl txta15.drw txta16.drw