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.

2012-03-10 01:48 Zurück zur Release-Liste
2.11

Handhabung sehr lange Zeilen als auch sehr lange Kontext Linie zählt für den "-m", "-A", "-B", und "-C" Optionen wurde verbessert, einige Einschränkungen entfernen und die Vermeidung von Core-Dumps. Rekursive Grep ("-R") ohne eine Datei standardmäßig Argument jetzt mit dem aktuelle Verzeichnis. Die "--gehören", "--ausschließen", und "--ausschließen-Dir" Optionen verarbeiten jetzt konsequenter Commandline Argumenten. Mehr Chancen für Endlosschleifen wurden eliminiert. Andere geringfügige Änderungen und Bugfixes wurden vorgenommen.
Tags: Minor bugfixes, Minor feature enhancements
Handling of very long lines as well as very long context line counts for the "-m", "-A", "-B", and "-C" options has been improved, removing some restrictions and avoiding core dumps. Recursive grep ("-r") without a file argument now defaults to using the current directory. The "--include", "--exclude", and "--exclude-dir" options now handle commandline arguments more consistently. More chances for infinite loops have been eliminated. Other minor changes and bugfixes have been made.

Project Resources