How to? Everything finding directories with 2 or more files in them

May 20, 2008
130
1
CA
All,
Probably a question for @vefatica, but anyone is welcome to pitch in,
I'm trying to search for folders that have 2 files or more in a folder,
I got to the point that I need the function child: but child just takes a filename
searching for a folder with the specific filename, but does anybody know
how to look for directories that has 2 or more files in them

TIA
 
May 20, 2008
12,173
133
Syracuse, NY, USA
Everything knows pretty little about directory structures as we know them.

I'd start by trying
Code:
GLOBAL /I /Q ... if @FILES[] ...
 
May 20, 2008
130
1
CA
hmm. ok, I wanted to do it in ES for the speed and also being able to save it as a file list .efu, but GLOBAL would work, but being incredibly slow

Thanks
 

Similar threads