User Tools

Site Tools


util:fdupes

Table of Contents

fdupes

This is a nice little tool helping to find duplicate files within a given directory.

How Files Are Matched

  1. compare the size of the files
  2. compare their MD5 sums
  3. if above matches, compare them byte-by-byte

Usage

Invocation is just as simple as eatin' pancakes:

fdupes -r -n /stuff

compares all files within /stuff recursively (-r) omitting zero-length files (-n).

util/fdupes.txt · Last modified: 2007/12/15 14:35 by 127.0.0.1