Given the md5sum of a file, I want to know if anywhere else in the directory tree is another file with the same md5sum (but maybe under a different name). How can I do that in bash?
P.S.: To emphasize, this should work for the entire tree below a given directory, i.e. must work recursively not just in the current directory.