Skip to content

Instantly share code, notes, and snippets.

@markstachowski
Forked from dnsang/google-search-operator
Created November 12, 2017 22:06
Show Gist options
  • Save markstachowski/2cbc13083523899e0c195b436a66bf43 to your computer and use it in GitHub Desktop.
Save markstachowski/2cbc13083523899e0c195b436a66bf43 to your computer and use it in GitHub Desktop.
Google Useful Command
# some common and useful google search tips
# for ref: http://www.google.com/advanced_search
###### tips #####
define hello >> to looking for definition of hello
###### Content Search & Operator ########
"hello world" >> to search for exact match of hello world
hello + world >> to search for hello and word eg: hello to my world
hello -world >> to search for hello, exclude word eg: hello to my house
hello * world >> to search fuzzy for hello *** world
~hello >> to search similar for hello eg: hi, hey
hello|world >> to search hello or world
####### URL search ########
intitle:hello >> to search only in title of a website
inurl:hello >> to search only in url eg: helloworld.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment