Download List

项目描述

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 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.

2007-02-10 23:08
1.8.0

短选项名称(例如, -刑事调查,而不是-倒置匹配)现在支持。阿大量的代码被重写更好的执行速度。
标签: Minor feature enhancements
Short option names (e.g., --inv instead of
--invert-match) are now supported. A significant
amount of code was rewritten for better execution
speed.

2006-09-08 13:48
1.7.10

支持,并加入-与-全名, -不,全名, -与-基本名,并-没有,基本名,限制了文件被搜索到充分和基地匹配正则表达式的名字的。带有错误-照顾和-在采取非比例参数是固定的。
标签: Minor feature enhancements
Support was added for --with-fullname,
--without-fullname, --with-basename, and
--without-basename, which limit the files to be
searched to those with full and base names
matching the regular expression given. A bug with
--after and --before taking non-percentage
arguments was fixed.

2006-04-25 17:51
1.7.9

阿错误是固定的-与期权,曾获得最接近的成对匹配,而不是内部的最大距离。测试增加了最远的一个,重要的重构已完成。
标签: Minor bugfixes
A bug was fixed with the --and option, which was
previously getting the closest paired match, not
the farthest one within the maximum distance.
Tests were added, and significant refactoring was
done.

2006-03-23 16:39
1.7.8

中的一个-反转错误匹配(- v)选项是固定的。一个递归的联系造成的周期增加了检查。
标签: Minor bugfixes
A bug in the --invert-match (-v) option was fixed.
A check for recursive cycles caused by links was
added.

2006-03-03 20:02
1.7.7

在-标签选项,已得到修复采取任何字符串,而不是一个词。警告对未知的选项输出已得到修复。
标签: Minor bugfixes
The --label option has been fixed to take any string, instead of just one word. Warning output for unknown options has been fixed.

Project Resources