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.

2006-01-29 20:45
1.7.6

그렇게 -와 함께 파일 이름은 세련된 (- H 회) 파일 이름은 항상 결과를하더라도 단 하나의 파일에 표시되는 검색합니다. 종료 상태와 일치하도록 수정되었습니다 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

복잡한 표정을 지금 삽입사 표기법에서, "(expr1가 - 또는 (expr2이 - 그리고 expr3))"로서뿐만 아니라, 접두사 표기법을 제공하실 수있습니다.
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

와 버그 - 아니 필터 옵션이 수정되었습니다. - 크기 제한 옵션은 파일의 최대 크기를 지정하기위한 추가되었습니다 검색할 수있습니다.
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

이 릴리스에 추가 - 옵션을 명시적으로 종료합니다. - 이진 - 모드의 버그가 수정되었습니다 파일입니다. 줄 번호 색깔은 기본적으로 비활성화되어있습니다.
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

입력 및 출력 지금은 버퍼링됩니다. - 지금이나 표현이 아니라 가장 가까운 곳 중 하나 (가장 즉각적인) 지역과 일치합니다. - = (싱글 | 멀티 | 없음) 옵션을 하나, 여러 개, 또는 아무 색상 강조 표시에 대한 하이라이트가 추가되었습니다. - 라인 번호 컬러 옵션을 줄 번호를 추가 강조했다.
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