Google: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
No edit summary
 
Manpaz (talk | contribs)
No edit summary
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)