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 Requirements

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

This is primarily a bugfix release.
標籤: Major bugfixes, Major feature enhancements

2005-10-19 10:50
2.5.1a

標籤: Minor bugfixes

2002-03-14 13:19
2.5

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.
標籤: Minor feature enhancements

2001-03-17 13:02
2.4.2

This release includes more checking in configure
so as to not default a libc's value.
標籤: Minor bugfixes

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