#duplicate #find #recursion #sorting #file #root #parallel

app fdup

find duplicate files recursively and in parallel

7 releases (stable)

3.0.1 Dec 2, 2024
2.0.2 Mar 21, 2020
2.0.0 Mar 20, 2020
0.1.1 Jul 8, 2019
0.1.0 Jul 8, 2019

#76 in Concurrency

Download history 13/week @ 2024-09-23 270/week @ 2024-12-02 16/week @ 2024-12-09

286 downloads per month

MIT license

15KB
301 lines

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

Dependencies

~5–12MB
~137K SLoC