/dff

Recursively finds and lists duplicate files in a directory. Uses C++17 filesystem library and SHA-256 hashing algorithm.

Primary LanguageC++MIT LicenseMIT

DFF - duplicate files finder

Recursively finds and lists duplicate files in a given directory.

Usage

run dff --help to see usage

Usage: dff [OPTIONS] <rootdir>
<rootdir>           directory to be searched recursively

Options:
  --help            Print this help message
  --follow-sym      follow symbolic links

Notes