From d536c6095c9203a9c9ff21091a03be41875cd57c Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 29 Jun 2014 02:29:55 +0200 Subject: [PATCH] update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5850883..6a18dd8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ Description ----------- -Give a directory, find all directories of which two or more duplicates exist. +Give a directory, find all transitive subdirectories of which two or more +duplicates exist. -A directory is considered a duplicate if its sha256 checksum is equal. A -directory's sha256 checksum is calculated from the concatenation of: +Two directories are considered a duplicate of each other if their sha256 +checksums are equal. A directory's sha256 checksum is calculated from the +concatenation of the following content of the directory: - all file names - all file contents