Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 1.39 KB

google.md

File metadata and controls

117 lines (74 loc) · 1.39 KB

Google Cheatsheet

Andrew Pennebaker

https://github.com/mcandre/cheatsheets/blob/master/google.md

About

Google is a flexible search engine.

Documentation

Punctuation, symboles & operators in search

Google Pocket Guide

Basic queries

Google is case-insensitve.

cats

CATS

CaTs

Intersect

cats AND dogs
cats dogs

Union

cats OR dogs

Nesting

(cats AND dogs) OR (peanut butter AND jelly)

Subtraction

cats -dogs

Phrases

"grumpy cat"

Underscores

Underscores will search for literals as well as joined words:

quick_sort

will search for both quick_sort and quicksort.

Wildcards

An asterisk (*) will match anything in its position:

a * saved is a * earned

Operators

File extensions

filetype:pdf programming

Site-specific search

site:wikipedia.org music

Pages that link to a URL

link:http://www.grumpycats.com/

Related sites

related:github.com

Display Google cached version of a page

cache:http://www.grumpycats.com/

Alternatives