Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does a program exist for checking two similar directories for file differences? [closed]

Is there a program to compare one folder and all subfolders to another folder and all subfolders for differences in the files contained therein (presence, absence of files, size and list of filenames)?

Example of usage: I have 100 DLL files from environment 1 and I want to check if any of them are different (in size and date modified) from the 100 DLL files in environment 2. So I copy and paste all the DLLs in environment 1 into directory A, and all the DLLs in environment 2 into directory B.

I then run my "directory comparison" program on directories A and B and find out that, aha, here is a list of 7 DLLs that have different modified dates and times between the two directories.

EDIT: OS is windows XP

like image 991
John Sullivan Avatar asked Dec 22 '22 04:12

John Sullivan


2 Answers

I'm pretty fond of DiffMerge.

like image 156
jwismar Avatar answered Jan 13 '23 11:01

jwismar


Beyond Compare http://www.scootersoftware.com/

like image 24
Samuel Neff Avatar answered Jan 13 '23 13:01

Samuel Neff