Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Dies ist vor allem ein Bugfix-Release.
Tags: Major bugfixes, Major feature enhancements
This is primarily a bugfix release.

2005-10-19 10:50
2.5.1a

Tags: Minor bugfixes

2002-03-14 13:19
2.5

Diese Veröffentlichung fügt - Label - only-matching, - Geräte, - line-buffered, - enthalten, - auszuschließen, - Farbe, - max-count Optionen, fügt ein PCRE Matcher, behebt einige Fehler enthält und einige Aktualisierungen der Übersetzungen.
Tags: 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

Diese Version enthält mehr Check-in zu konfigurieren, um nicht standardmäßig eine libc Wert.
Tags: 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

Wenn das letzte Byte einer Eingabedatei nicht einen Zeilenumbruch, grep jetzt schweigend Lieferungen ein, die neue Option - binary-files = TYPE macht grep davon ausgehen, dass eine binäre Datei des Typs TYPE, und eine neue Option (-I) wurde hinzugefügt, das entspricht - binary-files = 'without-match'.
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