How to Find a File by MD5 Checksum in UNIX
-
Find a File by MD5 Checksum - I do this somewhat regularly and have found that doing this is rare enough that few people know how to even approach the situation. So I wrote up a quite guide on how to do it.
find / -name filename -exec md5sum {} ; | grep $sum