Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 499 Bytes

README.org

File metadata and controls

22 lines (15 loc) · 499 Bytes

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