Difference between revisions of "Google"

From Bashlinux
Jump to: navigation, search
 
Line 2: Line 2:
 
==== Looking for a specific phrase ====
 
==== Looking for a specific phrase ====
 
Just enclose the phrase in quotes
 
Just enclose the phrase in quotes
  +
<code><nowiki> "I need to found this string" +"and this too" +"not necessary together" </nowiki></code>
 
  +
<pre><nowiki>
 
"I need to found this string" +"and this too" +"not necessary together"
  +
</nowiki></pre>
  +
   
 
==== Looking for a book ====
 
==== Looking 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
  +
<code><nowiki> -inurl:htm -inurl:html intitle:”index of” +(”/ebooks”|”/book”) +(chm|pdf|zip) </nowiki></code>
 
  +
<pre><nowiki>
 
-inurl:htm -inurl:html intitle:”index of” +(”/ebooks”|”/book”) +(chm|pdf|zip)
  +
</nowiki></pre>

Revision as of 07:24, 26 November 2009

Looking for a specific phrase

Just enclose the phrase in quotes

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


Looking 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)