Menu

Tree [f93469] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2018-07-03 byte-artisan byte-artisan [f93469] Initial release
 README.md 2018-07-03 byte-artisan byte-artisan [f93469] Initial release
 ndf.sh 2018-07-03 byte-artisan byte-artisan [f93469] Initial release

Read Me

ndf

Neat Duplicate Finder

Shell based tool for identifying duplicate files in a given directory.
I mostly use it for identifying duplicates in my photo collection; others might find it useful for other things.
It's true it might be slow but using sha256sum assures me I don't lose any useful bit of data in my collection.

Run ndf.sh without any arguments for a short usage description.

Dependencies

While the second & third programs are most certainly available in your system, they are all listed as the shell script checks for all three.

  • GNU parallel
  • bc
  • sha256sum
MongoDB Logo MongoDB