/duplicatesFinder

Python app to find duplicated files

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

duplicatesFinder

Author: Alessio Russo (russo.alessio@outlook.com)

Description: Given a folder the app finds files of the same content across the subdirectories of that folder.

How to use: Launch the application passing as argument the root folder, e.g:

python listDuplicates.py ../

Use the option -t to enable threading.

Use the option -i file to specify a file that includes a list of directories (absolute path) that have to be ignored during the analysis.

Example:

python listduplicates.py ../../. -t -i ignoreDirectories.txt