Naveen P.N

Just another Blog to play with programming

Archive for the ‘Suggested Reading’ Category

Google Operators

without comments

Important operators

  • filetype — is used to specify what kind of file the acessed file should be, e.g. filetype:php returns only php files
  • inurl — defines what should be included in the url of the accessed site, e.g. inurl:edu returns all pages that have edu in their url
  • intitle — defines what should be included in the title of the accessed site, e.g. intitle:”index of” returns all sites that have “index of” in their title

These are the operators you will often use, so get familiar with them. Play around a little bit, e.g. try: icq filetype:log and see what Google returns.

Written by Naveen P.N

June 10, 2008 at 6:46 pm

Posted in Suggested Reading