mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2d15f8c368
sgrep (structured grep) is a tool for searching text files and filtering text streams using structural criteria. The data model of sgrep is based on regions, which are non- empty substrings of text. Regions are typically occur- rences of constant strings or meaningful text elements, which are recognizable through some delimiting strings. PR: 6449 Submitted by: A Joseph Koshy <koshy@india.hp.com>
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
`sgrep' (structured grep) is a tool for searching text files and
|
|
filtering text streams using structural criteria. Complex criteria
|
|
can be specified as macros using M4.
|
|
|
|
Sgrep was created by:
|
|
|
|
Jani Jaakkola, email:Jani.Jaakkola@helsinki.fi
|
|
Pekka Kilpelainen, email: Pekka.Kilpelainen@helsinki.fi
|
|
|
|
- Koshy
|
|
<jkoshy@acm.org>
|