-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

rdfind


> Find files with duplicate content and get rid of them.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 18:06:12 2024