You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns a tuple of all the files that are duplicated between path1 and path2,
as a tuple of tuples of the filepaths of all matches.
for example: ( (match1, match1, match1), (match2, match2) )
The text was updated successfully, but these errors were encountered:
step 1: group files by matching size in bytes
step 2: group files by matching size in bytes AND matching hash of first 1MB
step 3: group files by matching size in bytes AND matching hash of first 1MB AND matching hash of whole file
for steps 2 and 3, only calculate hashes if there are more than 1 file in the group that could potentially match with other files
The text was updated successfully, but these errors were encountered: