Forrest logo
back to context overview

rdfind

List of commands for rdfind:

  • rdfind:tldr:13a84 rdfind: Replace all duplicates with hardlinks.
    $ rdfind -makehardlinks true ${path-to-directory}
    try on your machine
    explain this command
  • rdfind:tldr:526dc rdfind: Delete all duplicates and do not ignore empty files.
    $ rdfind -deleteduplicates true -ignoreempty false ${path-to-directory}
    try on your machine
    explain this command
  • rdfind:tldr:9b0be rdfind: Replace all duplicates with symlinks/soft links.
    $ rdfind -makesymlinks true ${path-to-directory}
    try on your machine
    explain this command
  • rdfind:tldr:bc3f7 rdfind: Identify all duplicates in a given directory and output a summary.
    $ rdfind -dryrun true ${path-to-directory}
    try on your machine
    explain this command
back to context overview