File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Rdfind uses the following algorithm. If N is the number of files to search throu
89898 . Remove files from list that have the same size but different first bytes.
90909 . Sort on device and inode(speeds up file reading). Read a few bytes from the end of each file (last bytes).
919110 . Remove files from list that have the same size but different last bytes.
92- 11 . Sort on device and inode(speeds up file reading). Perform a checksum calculation for each file.
92+ 11 . Sort on device and inode(speeds up file reading). Perform a checksum calculation for each file (unless disabled with -checksum none) .
939312 . Only keep files on the list with the same size and checksum. These are duplicates.
949413 . Sort list on size, priority number, and depth. The first file for every set of duplicates is considered to be the original.
959514 . If flag ”-makeresultsfile true”, then print results file (default).
You can’t perform that action at this time.
0 commit comments