Skip to content

Instantly share code, notes, and snippets.

@dnsang
Last active February 27, 2023 22:06
Show Gist options
  • Save dnsang/5cc872cfb9b9ce749c54 to your computer and use it in GitHub Desktop.
Save dnsang/5cc872cfb9b9ce749c54 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