Line | |
---|
1 | This is GNU grep, the "fastest grep in the west" (we hope). All
|
---|
2 | bugs reported in previous releases have been fixed. Many exciting new
|
---|
3 | bugs have probably been introduced in this revision.
|
---|
4 |
|
---|
5 | GNU grep is provided "as is" with no warranty. The exact terms
|
---|
6 | under which you may use and (re)distribute this program are detailed
|
---|
7 | in the GNU General Public License, in the file COPYING.
|
---|
8 |
|
---|
9 | GNU grep is based on a fast lazy-state deterministic matcher (about
|
---|
10 | twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
|
---|
11 | search for a fixed string that eliminates impossible text from being
|
---|
12 | considered by the full regexp matcher without necessarily having to
|
---|
13 | look at every character. The result is typically many times faster
|
---|
14 | than Unix grep or egrep. (Regular expressions containing backreferencing
|
---|
15 | will run more slowly, however.)
|
---|
16 |
|
---|
17 | See the files AUTHORS and THANKS for a list of authors and other contributors.
|
---|
18 |
|
---|
19 | See the file INSTALL for compilation and installation instructions.
|
---|
20 |
|
---|
21 | See the file NEWS for a description of major changes in this release.
|
---|
22 |
|
---|
23 | See the file TODO for ideas on how you could help us improve grep.
|
---|
24 |
|
---|
25 | Send bug reports to bug-grep@gnu.org.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.