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