Télécharger la liste

Description du projet

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.

Système requise

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

Ceci est principalement une version corrige des bogues.
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

Cette version ajoute - étiquette, - le seul correspondant, - des dispositifs, - line-buffered, - prévoir, - exclude, - color et - max-count-options, ajoute un comparateur PCRE, qui corrige quelques des bugs, et inclut quelques mises à jour de traduction.
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

Cette version inclut davantage de contrôle pour configurer de façon à pas par défaut la valeur d'une libc's.
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

Si l'octet final du fichier d'entrée n'est pas un saut de ligne, grep fournit maintenant silencieusement un, la nouvelle option - binary-files = TYPE rend grep supposons que le fichier d'entrée binaire est de type type, et une nouvelle option (-I) a été ajouté, ce qui est équivalent à - binary-files = «sans-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