This short python script, delete all of your duplicate files.
Use:
- Copy script into your directory to delete file
- Run script with python 2
- Choice your file type, like png, tgz, ...
- Then type enter and duplicate files will be deleted.
Doc:
This python script use MD5 hash to identify file, if doesn't exist, will be add to list. However if file exist, he is deleted.
- Did you like it ?