Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README 739fc9a5eb misc/sgrep: Added (sorted grep). 6 years ago
sgrep.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
sgrep.info 739fc9a5eb misc/sgrep: Added (sorted grep). 6 years ago
slack-desc 739fc9a5eb misc/sgrep: Added (sorted grep). 6 years ago

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.