How can I sarch for specific file type in command line

General discussion related to "Everything".
Post Reply
ahiguchi
Posts: 2
Joined: Thu Jul 16, 2020 12:40 am

How can I sarch for specific file type in command line

Post by ahiguchi »

Hello There,

I want to find some files from command line as specific file type.

e.g .doc, .xls, .pdf, etc

I tried to some way, but I couldn't.
Could you please let me know how to do it?

Thanks,
void
Developer
Posts: 15195
Joined: Fri Oct 16, 2009 11:31 pm

Re: How can I sarch for specific file type in command line

Post by void »

With ES, please try searching for:

es.exe ext:doc;xls;pdf

ext: specify a semicolon (;) delimited list of extensions to find.
ahiguchi
Posts: 2
Joined: Thu Jul 16, 2020 12:40 am

Re: How can I sarch for specific file type in command line

Post by ahiguchi »

void, Thank you very much your quick reply! It's solved :D
Post Reply