How to list both duplicates

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

How to list both duplicates

Post by anmac1789 »

Hello everyone, I like to use custom columns to find duplicate files and folders.

But, one drawback is that when i use !find-dupes:column1 it gives me one result of the two dissimilar duplicates. I want to list both duplicates for which one of the selected properties doesn't match. How can I do this?

Thanks
void
Developer
Posts: 16744
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to list both duplicates

Post by void »

!find-dupes: will find distinct results.

Please try:
dupe:column1
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

Re: How to list both duplicates

Post by anmac1789 »

I understand that i use find-dupes:column1 when i am filtering custumn column 1 but id like to see all the paths for which there is a duplicate filename even after using find-dupes is there a toggle switch for something like that ?
void
Developer
Posts: 16744
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to list both duplicates

Post by void »

Right click the Path column and click Find Path duplicates.
Post Reply