Skip to content

Command d (Deduplicate files inside a single folder WITHOUT MERCY)

Franco Corbelli edited this page Sep 2, 2023 · 1 revision

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

Clone this wiki locally