Cripes Suzette said:
Greetings earthlings. I have two text files that i would like to
compare for differences and 'sync'. Is there a freeware program
available that could help me do this?
AsciiDiff V1.5.4
http://www.homestead.com/adriancarter/compare.html
Side-by-side view of 2 text files, with differences highlighted in colour.
Case sensitive or insensitive - your choice.
Optionally ignore the first x characters of each line.
Merges selected differences between files in either direction.
Can optionally function as a pair of side-by-side editors.
Text search function with regular expression capacity.
In editing mode, can do search & replace.
Function to compare 2 selected lines in detail, character
by character, and display one above the other with differences
colour-coded.
There is a "synonym" function that allows 2 lines to be counted
as matched, if the only difference is due to 2 strings that you
already expect to differ.
Can identify and highlight transpositions (lines that would
match, but are separated by numbers of other lines that
contribute more to the overall "closeness" measure). For
example the character X and B below:
Left Right
--- ---
A A
X B
C C
C C
C C
C C
B X
D D
There is a "Depth" setting, that allows transpositions to
be identified to any required degree of permutation.
HTH,
Adrian Carter