Download List

项目描述

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.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-01-30 08:47
2.5.4

这主要是修正错误的版本。
标签: Major bugfixes, Major feature enhancements
This is primarily a bugfix release.

2005-10-19 10:50
2.5.1a

标签: Minor bugfixes

2002-03-14 13:19
2.5

此版本增加了-标签, -只匹配, -设备-行缓冲, -包括-排除-色彩和-最大数的选项,增加了pcre的匹配,修复了一些错误,并包含了一些翻译的更新。
标签: Minor feature enhancements
This release adds --label, --only-matching, --devices, --line-buffered, --include, --exclude, --color, and --max-count options, adds a PCRE matcher, fixes some bugs, and includes some translation updates.

2001-03-17 13:02
2.4.2

此版本包含更多的配置检查,以便不默认情况下,libc的价值。
标签: Minor bugfixes
This release includes more checking in configure
so as to not default a libc's value.

2001-01-30 15:12
2.4.1

如果输入文件的最后字节是不是一个新行,消灭牛瘟现在默默的地区之一,新的选择-二进制文件=型使消灭牛瘟假设一个二进制输入文件类型的类型,而且新的选项(-Ⅰ)已新增,相当于-二进制文件='不匹配'。
If the final byte of an input file is not a newline, grep now silently supplies one, the new option --binary-files=TYPE makes grep assume that a binary input file is of type TYPE, and a new option (-I) has been added, which is equivalent to --binary-files='without-match'.

Project Resources