Search found 3 matches

by sn00p
Sun Aug 27, 2006 4:55 pm
Forum: ExamDiff Pro
Topic: Can I output a simple text file of lines which are different
Replies: 20
Views: 49371

Basically, I have 26 pairs of text files, the old versions and the new versions in seperate directories. They are just rows of data like the following example:

id,eid,empstatus,6,6,Y,N,Y,Y,,,,,

What I want is to be able to compare each pair of files and output only the lines that differ in a 3rd ...
by sn00p
Sun Aug 27, 2006 3:47 pm
Forum: ExamDiff Pro
Topic: Can I output a simple text file of lines which are different
Replies: 20
Views: 49371

I understand. However, this is the first program that I have found that can actually display just the differences in 2 files. The let down is that it cannot be saved so I have to copy and paste the results into 26 individual files every time I use it.

I'm not much of a programmer so I have no idea ...
by sn00p
Sun Aug 27, 2006 2:56 pm
Forum: ExamDiff Pro
Topic: Can I output a simple text file of lines which are different
Replies: 20
Views: 49371

Since it has been over 2 years from when this question was asked, I thought I would bring it back up. The only thing I need is a prog that can compare 2 text files and output another text file with just the lines that are different, and do this from the command line so I can script it.

Can the ...