      googrep - search text using a Google-style pattern

Googrep is a Unix-style grep program that uses Google-style search syntax.

The essence of Google-style search is:
  - A search pattern has one or more search terms.
  - A search term is either a word or a quoted phrase.
  - Search terms are automatically ANDed together.
  - Words in the pattern match words in the text, not partial words.
  - Matching is case-insensitive.

See the manual entry for more details.

Files in this distribution:

    README		this
    Makefile		guess
    googrep.l		source file
    googrep.1		manual entry

To build: just do a make.

Feedback is welcome - send bug reports, enhancements, checks, money
orders, etc. to the addresses below.

    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
