I have >100 folders that I would like to compare. I don't want to merge, but simply make sure that the content of those folders are the same. How can I do this on Windows and without Beyond Compare?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
I usually use Winmerge to compare trees. You can obviously use it to do some merging, but you don't have to. And it's free. |
|||
|
|
|
Any good Unix-style cmp binary compare utility with a recursive option will do what you want. Not sure if Cygwin's cmp will do that but the cmp I include with my Hamilton C shell certainly will. Full disclosure: I'm the author. |
||||
|
|
