Furius Duped
- June 11th, 2010
- By Dean Harris
Simple cross platform command line application to find and delete duplicate files for Linux, Mac OSX and Windows, written in Python.
This program will compare the size and SHA1 hash of files within directories to find duplicates.
Options include:
–delete : Preserves the first instance of the file and deletes all others (use with caution!)
–help : Display this help
Options include:
–delete : Preserves the first instance of the file and deletes all others (use with caution!)
–help : Display this help
Usage:
PyFuriusDuped.py /Users/you
PyFuriusDuped.py /home/you /volumes/external
PyFuriusDuped.py /home/you > output.txt
PyFuriusDuped.py –delete /home/you > output.txt

No comments yet.