Code: Select all
Path and content
x:\1\x.txt hello
x:\2\x.txt hello
x:\3\x.txt abcde
same name, then I get 1,2,3
same name and size 1,2,3
same name and size and content 1,2
But how to search for...
same name and size different content?
This could be
a) the inverse "search result" (1,2 is found -> 3 is the inverse result) or
b) groups of non-identic-pairs: 1,3 and 2,3
Any ideas how to get it?
Best regards
Peter