Hello everyone, I use this syntax to find duplicate files which exist in each folder. But, in some folders, dupes exist for which it doesn't have the same filename but the exact size. How can I extend this regex into matching files with size and exist in both folders ?
Code:
<regex:^"dir1\\(.*)$" fileexists:"dir2\\$1:"><regex:^"dir1\\([^\\]*)$" fileexists:"dir2\\$1:"><file:regex:"^E:\\(.*)$" fileexists:"S:\\$1:"><folder:regex:^"E:\\(.*)$" folderexists:"S:\\$1:">
Statistics: Posted by anmac1789 — Wed Oct 09, 2024 7:24 am