Télécharger la liste

Description du projet

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.

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.

2006-01-29 20:45
1.7.6

Affiné, afin que - avec nom de fichier (-H) entraîne toujours le nom du fichier est affiché, même si un seul fichier est recherché. Code de sortie a été corrigé pour correspondre à celle 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

Les expressions complexes peuvent désormais être fournis dans la notation infixe, tels que "(expr1 - or (expr2 - et expr3))", ainsi que la notation préfixe.
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 bug avec l'option - no-filtre a été corrigé. Le - taille-option limite a été ajouté pour spécifier la taille maximale des fichiers à rechercher.
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

Cette version ajoute - comme la fin explicite des options. Un bogue dans - binary-mode fichier a été corrigé. Couleurs numéro de ligne sont désactivées par défaut.
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

D'entrée et de sortie sont désormais sans tampon. The - ou l'expression correspond désormais à la plus proche (le plus proche) région, pas le plus important. The - highlight = (single | multi |) aucune option a été ajoutée pour mettre en évidence avec un, plusieurs ou pas de couleur. The - line-number-option de couleur a été ajouté pour souligner le numéro de ligne.
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