Difference between revisions of "Google"

From Bashlinux
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
  +
= Google =
==== Looking for a specific phrase ====
+
== How to do a search for a specific phrase ==
 
Just enclose the phrase in quotes
 
Just enclose the phrase in quotes
 
 
Line 8: Line 9:
   
   
==== Looking for a book ====
+
== How to do a search for a book ==
 
The following will string get rid the regular web pages ''htm/html'' using `inurl` in the search string
 
The following will string get rid the regular web pages ''htm/html'' using `inurl` in the search string
 
 
Line 16: Line 17:
   
   
==== Looking for specific file type ====
+
== How to do a search for specific file type ==
 
The colon does the trick, this example will look for pdf files on a directory
 
The colon does the trick, this example will look for pdf files on a directory
 
 

Revision as of 07:56, 9 November 2012

Google

How to do a search for a specific phrase

Just enclose the phrase in quotes

 "I need to found this string" +"and this too" +"not necessary together"
 


How to do a search for a book

The following will string get rid the regular web pages htm/html using `inurl` in the search string

 -inurl:htm -inurl:html intitle:”index of” +(”/ebooks”|”/book”) +(chm|pdf|zip)
 


How to do a search for specific file type

The colon does the trick, this example will look for pdf files on a directory

 "possible name" :pdf