Download List

Projeto Descrição

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

Isso é basicamente um 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

Esta versão adiciona - rótulo - only-matching, - equipamentos, - line-buffered, - incluir - excluir, - cor, e - max-count opções, acrescenta um combinador PCRE, corrige alguns bugs, e inclui algumas atualizações de tradução.
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

Esta versão inclui mais check-in, de modo a configurar não um valor padrão libc.
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

Se o byte final de um arquivo de entrada não é uma nova linha, grep agora silenciosamente uma suprimentos, a nova opção - binary-files = TIPO grep faz supor que um arquivo binário de entrada é do tipo tipo, e uma nova opção (-I) foi adicionado, que é equivalente ao binário --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