File Dup Finder heads-up
File Dup Finder heads-up
In trying to avoid reinventing the wheel I found this.
If you are ever looking for an Open Source File Duplication Finder see fdups-0.16. It's a python module that works very efficiently. You don't need to get into a python IDE - just invoke it from terminal:
python /path tomodule/fdups.py -r /directory to_beginin
The -r option says recurse into directory contents (i.e. sub directories).
Lee C
In trying to avoid reinventing the wheel I found this.
If you are ever looking for an Open Source File Duplication Finder see fdups-0.16. It's a python module that works very efficiently. You don't need to get into a python IDE - just invoke it from terminal:
python /path tomodule/fdups.py -r /directory to_beginin
The -r option says recurse into directory contents (i.e. sub directories).
Lee C