Skip to content

px86/dff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks