compare two files ??

S

Steve St. Denis

I am looking for a freeware program that will compare two .txt files.
I have a text file that I call master.txt, it has one column of numbers in it,
141.735
414.450
156.785
122.950
and so on.
What I would like to do is find a program that I can take another .txt file and compare it to the master.txt file and any numbers that it finds that are not in the other file will be written to a file so I can deal with them, is there a freeware program out their that will do this ??
Steve
(e-mail address removed)
 
B

Blinky the Shark

Steve said:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I am looking for a freeware program =
that will=20

<snip>

http://www.efn.no/html-bad.html
 
W

Wald

Steve St. Denis said:
What I would like to do is find a program that I can take
another .txt file and compare it to the master.txt file and any
numbers that it finds that are not in the other file will be
written to a file so I can deal with them, is there a freeware
program out their that will do this ??

You're looking for diffing software. Hmm. Lots of excellent payware
programs (Beyond Compare, Araxis Merge), but AFAIK the freeware
alternatives are still way behind feature-wise, especially in Unicode
support. Some options:

- WinMerge:
http://winmerge.sourceforge.net/

- CSDiff:
http://www.componentsoftware.com/Products/CSDiff/index.htm

- the original GNU diffing utils (if you don't need a GUI):
http://gnuwin32.sourceforge.net/packages/diffutils.htm

- TKDiff: 2- and 3-way diffing, on Unix and Windows, needs a diff.exe
on your path (for example, the GNU diff mentioned above)
http://www.accurev.com/free/tkdiff/

- 3DM: 3-way diffing for XML files:
http://www.cs.hut.fi/~ctl/3dm/

Regards,
Wald
 
S

Sanjay Goel

Steve St. Denis said:
I am looking for a freeware program that will compare two .txt files.
I have a text file that I call master.txt, it has one column of numbers in it,
141.735
414.450
156.785
122.950
and so on.
What I would like to do is find a program that I can take another .txt file
and compare it to the master.txt file and any numbers that it finds that
are not in the other file will be written to a file so I can deal with
them, is >there a freeware program out their that will do this ??
Steve
(e-mail address removed)

Try Compare It. http://www.grigsoft.com/
Best one that I found out after a lot of search.
I am not clear whether its technically a freeware or shareware, but my copy
has neither expired nor crippled nor any nagging screen ...
Sanjay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top