logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Find Duplicate Files - Deduplicate Files with jdupes | Online Free DevTools by Hexmos

Deduplicate files with jdupes, an enhanced duplicate file finder. Quickly identify and remove duplicate files to free up disk space. Free online tool, no registration required.

jdupes

A powerful duplicate file finder and an enhanced fork of fdupes. More information: https://codeberg.org/jbruchon/jdupes#usage.

  • Search a single directory:

jdupes {{path/to/directory}}

  • Search multiple directories:

jdupes {{directory1 directory2 ...}}

  • Search all directories recursively:

jdupes {{[-r|--recurse]}} {{path/to/directory}}

  • Search directory recursively and let user choose files to preserve:

jdupes {{[-d|--delete]}} {{[-r|--recurse]}} {{path/to/directory}}

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

jdupes {{directory1}} {{[-R|--recurse:]}} {{directory2}}

  • Search multiple directories and keep the directory order in result:

jdupes {{[-O|--param-order]}} {{directory1 directory2 directory3 ...}}

See Also