mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
739fc9a5eb
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
427 B
Text
9 lines
427 B
Text
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.
|