update README
This commit is contained in:
parent
8e717750fe
commit
d536c6095c
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue