anyone got a good comparison program?
Oct. 1st, 2004 08:10 pmSo, 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
Date: 2004-10-01 09:30 pm (UTC)no subject
Date: 2004-10-01 11:26 pm (UTC)no subject
Date: 2004-10-02 01:14 am (UTC)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
Date: 2004-10-02 01:16 am (UTC)'comp [file1] [file2]'
HTH,
--craig
no subject
Date: 2004-10-02 07:14 pm (UTC)