From 163e504155f281678809fd2c924802e264786cb2 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 9 Mar 2010 19:02:07 +0100 Subject: [PATCH] Added a sentence to say that it first compares sizes. --- finddup.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/finddup.1 b/finddup.1 index a1f2a60..4ba1807 100644 --- a/finddup.1 +++ b/finddup.1 @@ -19,6 +19,9 @@ files found in it. With two directories, it prints either the files common to both DIR1 and DIR2, or with the `not:' prefix, the ones present in DIR1 and not in DIR2. +It compares files by first comparing their sizes, hence goes +reasonably fast. + When looking for identical files, .B finddup by default associates a group ID to every content, and prints it along -- 2.20.1