Is there an open source tool that will tell me if two directories have byte-for-byte identical content? I need a tool that confirms if two directories are the same. A listing of files that I need to sort through is very time consuming to sort through.

link|improve this question

50% accept rate
feedback

2 Answers

up vote 4 down vote accepted

WinMerge will compare two directories (recursively if you like) and tell you which items are different. I find it useful to go into the options and disable showing identical items. This allows the differences to stand out. If there are no differences it will tell you that too.

From the site: "WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle."

link|improve this answer
Ah, you answered before mine so I've promoted your answer – Paul Oct 12 '11 at 2:22
It works! Thank-you. – TERACytE Oct 12 '11 at 2:36
feedback

The first response in google is WinMerge. Does that fit the bill - open source and folder comparison?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.