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 - Manage Duplicates with rdfind | Online Free DevTools by Hexmos

Find duplicate files efficiently with rdfind. Manage and remove redundant files, reclaim disk space with this command line tool. Free online tool, no registration required.

rdfind

Find files with duplicate content and get rid of them. More information: https://rdfind.pauldreik.se/rdfind.1.html.

  • Identify all duplicates in a given directory and output a summary:

rdfind -dryrun true {{path/to/directory}}

  • Replace all duplicates with hardlinks:

rdfind -makehardlinks true {{path/to/directory}}

  • Replace all duplicates with symlinks/soft links:

rdfind -makesymlinks true {{path/to/directory}}

  • Delete all duplicates and do not ignore empty files:

rdfind -deleteduplicates true -ignoreempty false {{path/to/directory}}

return

See Also