Page 1 of 1

Geting duplicate results of a particular path in a separate window

Posted: 01 Dec 2017 16:37
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?

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

Posted: 01 Dec 2017 17:11
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.

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

Posted: 01 Dec 2017 20:27
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.

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

Posted: 01 Dec 2017 20:40
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...

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

Posted: 01 Dec 2017 21:05
by aresler
I am ready to use the beta version.
Can you suggest me a script for it?

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

Posted: 01 Dec 2017 21:34
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.

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

Posted: 01 Dec 2017 21:51
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)?

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

Posted: 01 Dec 2017 22:26
by aresler
Filter Search Results.jpg

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

Posted: 01 Dec 2017 22:31
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

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

Posted: 01 Dec 2017 22:39
by aresler
This search worked!
Filter Search Results Worked.jpg

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

Posted: 01 Dec 2017 22:41
by aresler
Thanks a lot.

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

Posted: 01 Dec 2017 22:45
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)...

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

Posted: 02 Dec 2017 00:30
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".