Display option for sorted numeric lists
Posted: Sun Feb 10, 2013 3:59 pm
If there's a way to do this I still haven't found it. Any help would be appreciated.
Assume I have two text files containing only a sorted list of numbers.
File #1. File #2
1_________3
2_________4
7_________5
10_______10
11
If I compare them the result I see looks very much like the example files above.
File #1. File #2
1__________3 changed
2__________4 changed
7__________5 changed
10________10 identical
11________ added
What I'd like to see is.
File #1. File #2
1
2
_______ 3
________4
________5
7
10_____10
11
Any thoughts?
Thanx
Roy
Assume I have two text files containing only a sorted list of numbers.
File #1. File #2
1_________3
2_________4
7_________5
10_______10
11
If I compare them the result I see looks very much like the example files above.
File #1. File #2
1__________3 changed
2__________4 changed
7__________5 changed
10________10 identical
11________ added
What I'd like to see is.
File #1. File #2
1
2
_______ 3
________4
________5
7
10_____10
11
Any thoughts?
Thanx
Roy