mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Virgin import of a trimmed down GNU Grep 2.3.
It is being re-imported here, to keep our long source change history with this source continuous. src/contrib/grep will be deleted some time in the very near future.
This commit is contained in:
parent
6b769ae793
commit
5567dff69e
1 changed files with 5 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
This is GNU grep 2.0, the "fastest grep in the west" (we hope). All
|
||||
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 major revision.
|
||||
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
|
||||
|
|
@ -14,15 +14,13 @@ 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 file AUTHORS for a list of authors and other contributors.
|
||||
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 MANIFEST for a list of files in this distribution.
|
||||
|
||||
See the file NEWS for a description of major changes in this release.
|
||||
|
||||
See the file PROJECTS if you want to be mentioned in AUTHORS.
|
||||
See the file TODO for ideas on how you could help us improve grep.
|
||||
|
||||
Send bug reports to bug-gnu-utils@prep.ai.mit.edu. Be sure to
|
||||
Send bug reports to bug-gnu-utils@gnu.org. Be sure to
|
||||
include the word "grep" in your Subject: header field.
|
||||
|
|
|
|||
Loading…
Reference in a new issue