Skip to content

Instantly share code, notes, and snippets.

@johntyree
johntyree / dups.py
Last active January 3, 2016 09:59
Find bit-exact duplicate files.
#!/usr/bin/env python2
# coding: utf8
# GistID: 8446782
import hashlib
import os
import sys
def get_size(path):