Download List

Project Description

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

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.
Tags: Minor feature enhancements

2005-09-01 16:10
1.7.5

Complex expressions can now be provided in infix
notation, such as "( expr1 --or ( expr2 --and
expr3 ) )", as well as prefix notation.
Tags: Minor feature enhancements

2005-08-10 15:13
1.7.4

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.
Tags: Minor bugfixes

2005-05-31 20:50
1.7.3

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.
Tags: Minor feature enhancements

2004-12-04 21:56
1.7.1

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.
Tags: Minor feature enhancements

Project Resources