Geting duplicate results of a particular path in a separate window

Features wanted...
Post Reply
aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Geting duplicate results of a particular path in a separate window

Post by aresler »

After I chose to get duplicates on multiple Partitions I received a result of 240,000 duplicates.
Then I'm trying to delete duplicates in a particular path by sorting the duplicate by Path in Path column.
Then I start marking the files to delete them using Shift + Down-arrow and it takes a lot of time because of the very large amount.
Is there a way to get the duplicate results of a particular path in a separate window so that I can select them all in one command and then delete them?

PeterH
Posts: 2785
Joined: 21 Nov 2005 20:39
Location: Germany

Re: Geting duplicate results of a particular path in a separate window

Post by PeterH »

If I understand it correct: click the first file to delete, scroll to the last to delete and shift-click it: this group is marked, and can be deleted.
Win11 Pro 223H2 Gerrman

aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Re: Geting duplicate results of a particular path in a separate window

Post by aresler »

Your way PeterH is more rapid but in order to reach the first and the last you had to drag the scroll box on the scrollbar.
Since there are 240,000 results a movement of half millimeter of the scroll box scroll 5,000 results and you had to drag the scroll box approximately to the point and then scroll slowly with the scroll arrow. It is very unconfutable and also take long time.
I think a resolution that get the duplicate results of a particular path in a separate window will resolve it.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Geting duplicate results of a particular path in a separate window

Post by highend »

If the folder name is unique you could use a filter (Ctrl + M)

Code: Select all

path: <name of the folder like it is displayed in the path column>
A more sophisticated solution is possible via scripting but the free version you're
using does not support this...
One of my scripts helped you out? Please donate via Paypal

aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Re: Geting duplicate results of a particular path in a separate window

Post by aresler »

I am ready to use the beta version.
Can you suggest me a script for it?

aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Re: Geting duplicate results of a particular path in a separate window

Post by aresler »

When I do ctrl + M I get:
Selection Filter
Enter one or more wildcard patterns, or a Regular expression.
And an empty dialog line.

When I put in this dialog line a path it does not find it. I think because he expect to find a pattern of a file name and not path name.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Geting duplicate results of a particular path in a separate window

Post by highend »

I think because he expect to find a pattern of a file name and not path name
Nope. Because of that the pattern begins with "path:"...

But you can't easily type the full path there but you need the folder name

Screenshot of what you've typed + some search results visible (one screenshot is enough)?
One of my scripts helped you out? Please donate via Paypal

aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Re: Geting duplicate results of a particular path in a separate window

Post by aresler »

Filter Search Results.jpg
Filter Search Results.jpg (399.73 KiB) Viewed 1709 times

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Geting duplicate results of a particular path in a separate window

Post by highend »

If the folder name is unique
path: <name of the folder like it is displayed in the path column>
But you can't easily type the full path there but you need the folder name
and you aren't even using the mentioned (and NECESSARY) prefix "path:" *sigh*

The right pattern would have been:

Code: Select all

path: (G) NewOld
One of my scripts helped you out? Please donate via Paypal

aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Re: Geting duplicate results of a particular path in a separate window

Post by aresler »

This search worked!
Filter Search Results Worked.jpg
Filter Search Results Worked.jpg (449.66 KiB) Viewed 1705 times

aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Re: Geting duplicate results of a particular path in a separate window

Post by aresler »

Thanks a lot.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Geting duplicate results of a particular path in a separate window

Post by highend »

Just make sure that this part of the folder name is REALLY unique for the files that need to be deleted
(can't warn enough to not blindly deleting all selected items now without knowing for sure that
this is the case)...
One of my scripts helped you out? Please donate via Paypal

aresler
Posts: 13
Joined: 28 Nov 2017 22:08

Re: Geting duplicate results of a particular path in a separate window

Post by aresler »

You are right.
That's way I delete files step by step path by path and did not use the option "select the first {or non-first} item{s} in each group".

Post Reply