Command d (Deduplicate files inside a single folder WITHOUT MERCY) - fcorbelli/zpaqfranz GitHub Wiki

Deduplicate a folder without asking anything (you cannot choose what do delete)

Check a folder for duplicates

zpaqfranz d z:\thefolder\

By default run a dry-run.

Show duplicates into folder

zpaqfranz d z:\thefolder\ -verbose

Deduplicate WITHOUT MERCY!

zpaqfranz d z:\thefolder\ -force
Do the "wet run", with a captcha just do be sure...

Show duplicate using SHA-256 instead of XXH3

zpaqfranz d z:\thefolder\ -sha256 -verbose