My question is if there is a tool in linux to find the difference in two files with lines so big as 39604 chars.
I tried with vimdiff, kompare, diff, colordiff, wdiff and other tools and none of them show me the exact difference.
All of them show the line, but is too long that is very hard to check which char is different and only after I found the position I can see it in vimdiff, that shows the difference (was a space at end). But I didn't find it because is very hard to go through all line.
But I would like to know if there is a faster way to compare this case or similar.
Thanks in advance.