codesaler / duplicate-files

Find and remove duplicate files in a directory tree

Home Page:http://thorsummoner.github.io/duplicate-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Dupelicate Files.

This script will scan a directory tree looking for duplicate files, it uses a two stage approach of comparing file sizes and then hashs of file contents to find duplicates.

Running Duplicate files.

An example of running this script to just list all the duplicate files would be: python DuplicateFiles.py /Users/Daniel/Documents

An example of running this script to list and delete all the duplicate files would be: python DuplicateFiles.py /Users/Daniel/Documents -remove

About

Find and remove duplicate files in a directory tree

http://thorsummoner.github.io/duplicate-files


Languages

Language:Python 100.0%