Finding duplicate files by content across multiple directories

Posted by gagneet on Stack Overflow See other posts from Stack Overflow or by gagneet
Published on 2010-03-08T03:52:24Z Indexed on 2010/03/08 4:21 UTC
Read the original article Hit count: 370

Filed under:
|

I have downloaded some files from the internet related to a particular topic. Now I wish to check if the files have any duplicates. The issue is that the names of the files would be different, but the content may match.

Is there any way to implement some code, which will iterate through the multiple folders and inform which of the files are duplicates?

© Stack Overflow or respective owner

Related posts about duplicate-data

Related posts about regex