Skip to content

Instantly share code, notes, and snippets.

@nkmathew
nkmathew / fdups.py
Last active April 28, 2016 12:09 — forked from miku/fdups.py
Find duplicate files in python.
#!/usr/bin/env python
"""
http://stackoverflow.com/questions/748675/finding-duplicate-files-and-removing-them/748908#748908
Yet another duplicate file finder
CHANGELOG:
+ [Thursday] Feb 11, 2016