Difference between revisions of "Google"

From Bashlinux
Jump to: navigation, search
Line 13: Line 13:
 
<pre><nowiki>
 
<pre><nowiki>
 
-inurl:htm -inurl:html intitle:”index of” +(”/ebooks”|”/book”) +(chm|pdf|zip)
 
-inurl:htm -inurl:html intitle:”index of” +(”/ebooks”|”/book”) +(chm|pdf|zip)
  +
</nowiki></pre>
  +
  +
  +
==== Looking for specific file type ====
  +
The colon does the trick, this example will look for pdf files on a directory
  +
  +
<pre><nowiki>
  +
"possible name" :pdf
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 07:26, 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)
 


Looking for specific file type

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

 "possible name" :pdf