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

2007-02-10 23:08
1.8.0

짧은 옵션 이름 (예를 들어, - INV 대신 - 반전 - 경기) 지금이 지원됩니다. 코드의 상당 금액을 더 나은 수행 속도를 재작 성했다.
Tags: 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

지원 -와 함께하면 FullName을위한 -없이하여 FullName, - basename, 그리고 -없이 basename, 어떤 이들 기지의 전체 이름과 일치하는 정규 표현식은 주어진 함께 검색할 수 파일 제한이 추가되었습니다. 와 버그 - 및 - 비 복용하기 전에 비율을 인수 후 해결되었습니다.
Tags: 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

버그 - 그리고 옵션은 이전에, 그리고 중요한 리팩토링. 테스트를 추가했다 최대 거리는 시간이 아니라 멀리 떨어져있는 하나의 가장 가까운 일치하는 짝을지고 없었습니다 고정했다.
Tags: 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) 옵션을 고정했다. 재귀 순환 링크로 인해 발생에 대한 확인이 추가되었습니다.
Tags: 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

- 라벨이 옵션은 임의의 문자열을 찍고, 단지 하나의 단어를 대신 해결되었습니다. 알 수없는 옵션에 대한 출력이 경고가 수정되었습니다.
Tags: 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