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.

2012-03-10 01:48 Back to release list
2.11

Manipulação de linhas muito longas, como também linha de contexto muito longa não conta a "-m", "-A", "-B", e "-C" opções foi melhorado, removendo algumas restrições e evitando os dumps principais. Grep recursiva ("-r") sem um arquivo de argumento padrão agora usar o diretório atual. O "— incluir", "-excluir", e "-excluir-dir" opções agora processar argumentos de linha de comando mais consistentemente. Mais chances para loops infinitos foram eliminadas. Outras pequenas alterações e correções de bugs foram feitas.
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