fdup

Crates.iofdup
lib.rsfdup
version3.0.1
sourcesrc
created_at2019-07-08 00:12:03.850325
updated_at2024-12-02 16:35:39.308061
descriptionfind duplicate files recursively and in parallel
homepage
repositoryhttps://gitlab.com/jackchoi/fdup
max_upload_size
id147441
size26,024
Jack (jackwchoi)

documentation

README

fdup

fdup-crate

Table of Contents

  1. fdup
    1. Overview

Overview

$ fdup --help
fdup 3.0.0
Find duplicate files.

fdup finds duplicate files quickly by checking file sizes and content checksums.

USAGE:
    fdup [FLAGS] [OPTIONS] <root>

FLAGS:
    -h, --help
            Prints help information

        --sort
            Sort each group of duplicate files lexicographically

    -V, --version
            Prints version information


OPTIONS:
        --threads <num-threads>
            Number of threads to use. 0 indicates [default: 0]


ARGS:
    <root>
            Root directory from which to start the search
Commit count: 1

cargo fmt