update README

This commit is contained in:
josch 2014-06-29 02:29:55 +02:00
parent 8e717750fe
commit d536c6095c

View file

@ -1,10 +1,12 @@
Description 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 Two directories are considered a duplicate of each other if their sha256
directory's sha256 checksum is calculated from the concatenation of: 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 names
- all file contents - all file contents