- Search all Pages of a Site:-
site:"name of site"
for example.
site:http://www.greatdesign.co.tz/
Using site: operator we can search all pages of site.
- Search Title of Web Pages:-
intitle:"search string"
for example.
intitle:"search free ebooks"
using intitle: operator we can search title of web pages for a particular string.
intitle:index.of? (pdf|chm) "ebook name"
For example.
intitle:index.of? (pdf|chm) networking
above command search all Open directory for ebooks. NOTE: Check the first result and open the *.pdf files (I used to do that!)
- Search Free Music and Movies:-
intitle:index.of? (mp3|dat|mpg|mpeg|rm|rmvb|3gp|flv|mkv|avi) "Music or Movie name"
For example.
intitle:index.of? (mp3|dat|mpg|mpeg|rm|rmvb|3gp|flv|mkv|avi) songs
above command is used to search music and movies. if you want movie in a format other than listed above then add yourself using | after avi.
- Search Particular Type of File(filetype:):-
"file to search" filetype:"file type"
For example.
syllabus filetype:pdf
filetype: operator is used to search a particular type of file for example pdf(ebook), txt(text file) etc.
- Search words in url of web pages(inurl):-
inurl:"string to search"
No comments:
Post a Comment