lotsofplants (
lotsofplants) wrote2004-10-01 08:10 pm
anyone got a good comparison program?
So, I was curious. Anyone know of a program which can compare computer files to see if they are identical? I'm looking for ones that do the following comparisons:
-- will locate files with identical date/time/name but different locations
-- will find files which have identical date/time but different names
-- can compare two files to see if their contents are identical, even if the names or date/time are different.
I'm betting that the first is fairly easy, the last hardest. Suggestions, preferably for things which are cheap or free?
-- will locate files with identical date/time/name but different locations
-- will find files which have identical date/time but different names
-- can compare two files to see if their contents are identical, even if the names or date/time are different.
I'm betting that the first is fairly easy, the last hardest. Suggestions, preferably for things which are cheap or free?

no subject
no subject
no subject
another option on windows is winmerge; this lets you see the differences between files graphically, and merge them in various ways. i use it frequently for programming at home; 'beyond compare' is the best tool for this - i use it at work - but it's not free.
if no one else helps with the first two, let me know and i'll send you some scripts. you'll have to install mingw/msys if you're on windows; i despise dos.
no subject
'comp [file1] [file2]'
HTH,
--craig
no subject