All Posts programming jdupes: duplicate file finder

jdupes: duplicate file finder

· 140 words · 1 minute read

jdupes is a command-line program to find duplicate files. A powerful duplicate file finder and an enhanced fork of fdupes.

Search a single directory:

jdupes path/to/directory

Search multiple directories:

jdupes directory1 directory2

Search all directories recursively:

jdupes --recurse path/to/directory

Search directory recursively and let user choose files to preserve:

jdupes --delete --recurse path/to/directory

Search multiple directories and follow subdirectores under directory2, not directory1:

jdupes directory1 --recurse: directory2

Search multiple directories and keep the directory order in result:

jdupes -O directory1 directory2 directory3

More information: https://codeberg.org/jbruchon/jdupes .

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .