Let's take an easy example. How to build a query to find and list both *.txt and *.doc in one search?
*.txt;*.doc
Try typing the following query in the search box:
*.txt OR *.doc
Alternatively, you can use:
ext:.txt OR ext:.doc
This is a collaboratively edited question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.
about » faq » meta »
tagged
asked
1 year ago
viewed
236 times
active
Get the weekly newsletter!
see an example newsletter
*.txt;*.doc– Shevek Jun 25 '10 at 8:14