NetBSD/gnu/usr.bin/fgrep
cgd 61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
..
COPYING initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
Makefile initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
Makefile.gnu initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
README initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
fgrep initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
fgrep.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
kwset.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
kwset.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
obstack.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
obstack.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
std.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
std.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
unix.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00

README

This is GNU fgrep, version 1.1.  Eventually it will disappear into the
single grep program mandated by POSIX, but for now it should be a
compatible replacement for UNIX fgrep.  The options are the same
as those of GNU egrep, and are a proper superset of the fgrep options
on all UNIX systems I am aware of.

I have not tried comparing this performance-wise to any of the
various other free fgreps that are floating around, but it should
never be any slower, and for demanding applications will probably
be substantially faster.  For single fixed-string searches the
speed is about the same as that of GNU egrep; for multiple fixed
strings it is substantially faster.

Correspondence regarding this program should be addressed directly
to me, mike@ai.mit.edu, *not* bug-gnu-utils.  Enjoy.

	Mike Haertel
	mike@ai.mit.edu