Download List

Descripción del Proyecto

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

Refinado de manera que - con el nombre de archivo (-H) siempre resulta en el nombre del archivo que se muestra, incluso si sólo tiene un archivo buscado. El estado de salida se ha fijado para que coincida con el de 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

Las expresiones complejas pueden ahora ser siempre en la notación de infix, tales como "(expr1 - o (expr2 - y expr3))", así como la notación de prefijo.
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

Un error con la opción - no-filtro se ha solucionado. El - Tamaño de la opción de límite se ha añadido para especificar el tamaño máximo de archivos a buscar.
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

Esta versión incluye - como el fin explícito de opciones. Un error en - binary-file modo se ha fijado. Colores El número de línea están desactivados por defecto.
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

De entrada y salida están ahora sin búfer. El - o expresión coincide ahora con el más cercano (más inmediato) región, no el más grande. El - highlight = (single | multi |) ninguna opción se añadió para poner de relieve con uno, varios o ningún color. El - línea número opción de color se ha añadido para destacar el número de línea.
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