-
-
Save markstachowski/2cbc13083523899e0c195b436a66bf43 to your computer and use it in GitHub Desktop.
Google Useful Command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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