slackbuilds/misc/sgrep
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README misc/sgrep: Added (sorted grep). 2018-05-05 06:46:30 +07:00
sgrep.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
sgrep.info misc/sgrep: Added (sorted grep). 2018-05-05 06:46:30 +07:00
slack-desc misc/sgrep: Added (sorted grep). 2018-05-05 06:46:30 +07:00

README

Sgrep (sorted grep) searches sorted input files for lines that match a
search key and outputs the matching lines. When searching large files
sgrep is much faster than traditional Unix grep, but with significant
restrictions.

 * All input files must be sorted regular files.
 * The sort key must start at the beginning of the line.
 * The search key matches only at the beginning of the line.
 * No regular expression support.