Download List

Projeto Descrição

glark offers grep-like searching of text files, with very powerful, complex regular expressions (e.g., "/foo\w+/ and /bar[^\d]*baz$/ within 4 lines of each other"). It also highlights the matches, displays context (preceding and succeeding lines), does case-insensitive matches, and automatic exclusion of non-text files. It supports most options from the GNU version of grep.

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.

2006-01-29 20:45
1.7.6

Refinados de modo que - com um nome de arquivo (-H) sempre resulta no nome do arquivo que está sendo exibido, mesmo que apenas um arquivo é procurado. O status de saída foi corrigido para corresponder ao do grep.
Tags: Minor feature enhancements
Refined so that --with-filename (-H) always results in the
filename being displayed, even if only one file is searched. Exit
status has been fixed to match that of grep.

2005-09-01 16:10
1.7.5

As expressões complexas podem ser prestados em notação infixa, como "(expr1 - ou (expr2 - e expr3))", bem como a notação de prefixo.
Tags: Minor feature enhancements
Complex expressions can now be provided in infix
notation, such as "( expr1 --or ( expr2 --and
expr3 ) )", as well as prefix notation.

2005-08-10 15:13
1.7.4

Um bug com a opção - no-filtro foi corrigido. A - Tamanho limite opção foi adicionada para especificar o tamanho máximo dos arquivos a serem pesquisados.
Tags: Minor bugfixes
A bug with the --no-filter option has been fixed.
The --size-limit option has been added for
specifying the maximum size of files to be
searched.

2005-05-31 20:50
1.7.3

Este lançamento acrescenta - como o fim explícito de opções. Um bug no - modo arquivo binário foi corrigido. Cores número de linha são desativados por padrão.
Tags: Minor feature enhancements
This release adds -- as the explicit end of options. A bug in --binary-file mode has been fixed. Line number colors are disabled by default.

2004-12-04 21:56
1.7.1

Entrada e saída são unbuffered. A - ou expressão agora corresponde a mais próxima (a mais imediata região), e não o maior. A - highlight = (single | multi | opção nenhum) foi acrescentado para destacar com um, vários ou sem cores. A - line-number-opção de cor foi adicionado para realçar o número da linha.
Tags: Minor feature enhancements
Input and output are now unbuffered. The --or
expression now matches the closest (most
immediate) region, not the largest one. The
--highlight=(single|multi|none) option was added
for highlighting with one, multiple, or no colors.
The --line-number-color option was added for
highlighting the line number.

Project Resources