How to search multiple terms in Google?

Gabriel9999

Member
Joined
Mar 12, 2019
Messages
38
Reaction score
4
Credits
130
I have a project related with Google Dork. I need to search multiple things in a single search with the terms like search txt files in given domain only.
 


Last edited:
I have a project related with Google Dork. I need to search multiple things in a single search with the terms like search txt files in given domain only.

Example
Code:
linux backup software site:linuxmint.com
This example will trigger search for any of the given words in the website linuxmint.com
If you want to exclude windows from the search, add a dash before each word:
Code:
linux backup software -windows -mac site:linuxmint.com
This will exclude all "windows" and "mac" words from the search results.
If you want to search for a specific phrase with all the words:
Code:
"linux backup software" site:linuxmint.com
 

Members online


Top