Discussion:
Return multiple file types
(too old to reply)
Mark B
2006-08-15 09:38:18 UTC
Permalink
Hi,

I need to search for a string - like 'apples' - and limit (or include) only
file types I specify. Such as

apples #filename *.pdf #filename *.doc

Is this kind of command available - ie, return multiple file types? What is
the syntax?

Mark
Mark B
2006-08-15 09:45:22 UTC
Permalink
Ahhh, I found the answer (the syntax...)

apples AND #filename *.|(pdf|,doc|)

Mark

Loading...