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!
How to find subfolders with more than 1 pdf?
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How to find subfolders with more than 1 pdf?
Please try the following Everything 1.5 search:
child-file:
child-occurrence-count:
childfile:*.pdf child-occurrence-count:>1child-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?
Thanks!
It doesn't seem to work in 1.4.1.1026.
I'll test ii in 1.5 and let you know.
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?
Works perfectly!
Thanks a lot! Much appreciated!
Thanks a lot! Much appreciated!