How to find subfolders with more than 1 pdf?

General discussion related to "Everything".
Post Reply
kvenken
Posts: 3
Joined: Sat Sep 21, 2024 6:44 pm

How to find subfolders with more than 1 pdf?

Post by kvenken »

Hey all,

I have this one folder with ~65K subfolders, each containing 2 to 5 files, of which one or more are PDFs.
I want to isolate the subfolders that have more than one PDF file.

I thought this could do it:
ext:pdf childfilecount:>1

But it did not.

Any suggestions?

Thanks in advance!
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to find subfolders with more than 1 pdf?

Post by void »

Please try the following Everything 1.5 search:

childfile:*.pdf child-occurrence-count:>1


child-file:
child-occurrence-count:
kvenken
Posts: 3
Joined: Sat Sep 21, 2024 6:44 pm

Re: How to find subfolders with more than 1 pdf?

Post by kvenken »

Thanks!

It doesn't seem to work in 1.4.1.1026.
I'll test ii in 1.5 and let you know.

Thanks!
kvenken
Posts: 3
Joined: Sat Sep 21, 2024 6:44 pm

Re: How to find subfolders with more than 1 pdf?

Post by kvenken »

Works perfectly!

Thanks a lot! Much appreciated!
Post Reply