Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Raffiniertes, so dass - with-filename (-H) führt immer zu den Dateinamen angezeigt wird, auch wenn nur eine Datei gesucht wird. Exit-Status wurde korrigiert und an die von 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

Komplexe Ausdrücke können nun in Infixschreibweise Verfügung gestellt werden, wie z. B. "(expr1 - oder (expr2 - und expr3))", sowie Präfix-Notation.
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

Ein Fehler mit der Option - no-Filter-Option wurde behoben. Die - Größe-Limit-Option wurde für die Angabe der maximalen Größe von Dateien, die durchsucht werden soll.
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

Diese Veröffentlichung fügt - wie die explizite Ende der Optionen. Ein Bug in - Binär-Datei-Modus wurde behoben. Zeilennummer Farben sind standardmäßig deaktiviert.
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

Eingang und Ausgang sind jetzt ungepufferten. Die - oder Ausdruck entspricht nun der nächste (meist sofort) Region, nicht die größte. Die - highlight = (single | multi | none) Option wurde für die Hervorhebung mit ein, mehrere oder keine Farben hinzugefügt. Die - line-number-Farb-Option wurde für die Hervorhebung der Zeilennummer aufgenommen.
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