Is there an utility to compare the contents of a directory by file contents alone?
I have two sets of files, most of them binary same, but some of them different; but each files of a pair have different names even if their contents match.
Is there a tool that is able to compare the directory contents based on the actual file contents and does not require the filename to match?
I'm on Windows, but also interested in GNU/Linux tools.