NetBSD/gnu/dist/grep
hubertf 4e95d7e16e -e may be specified multiple times, as per SUSv2. 1999-08-25 01:32:03 +00:00
..
doc -e may be specified multiple times, as per SUSv2. 1999-08-25 01:32:03 +00:00
intl
po Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
src grep is no longer build as 3 programs, etc., and back to how it was before the latest update. we are not GNU. 1999-04-06 16:54:55 +00:00
ABOUT-NLS
AUTHORS
COPYING
ChangeLog Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
INSTALL
Makefile.am Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
Makefile.in Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
NEWS
PATCHES-AC Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
README
THANKS
TODO
acconfig.h
aclocal.m4 Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
config.hin
configure Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
configure.in Import GNU grep 2.3 1999-02-20 11:17:58 +00:00
install-sh
missing
mkinstalldirs
stamp-h.in

README

This is GNU grep, the "fastest grep in the west" (we hope).  All
bugs reported in previous releases have been fixed.  Many exciting new
bugs have probably been introduced in this revision.

GNU grep is provided "as is" with no warranty.  The exact terms
under which you may use and (re)distribute this program are detailed
in the GNU General Public License, in the file COPYING.

GNU grep is based on a fast lazy-state deterministic matcher (about
twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
search for a fixed string that eliminates impossible text from being
considered by the full regexp matcher without necessarily having to
look at every character.  The result is typically many times faster
than Unix grep or egrep.  (Regular expressions containing backreferencing
will run more slowly, however.)

See the files AUTHORS and THANKS for a list of authors and other contributors.

See the file INSTALL for compilation and installation instructions.

See the file NEWS for a description of major changes in this release.

See the file TODO for ideas on how you could help us improve grep.

Send bug reports to bug-gnu-utils@gnu.org.  Be sure to
include the word "grep" in your Subject: header field.