You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Petr Kletecka 739fc9a5eb misc/sgrep: Added (sorted grep). 8 years ago
..
README misc/sgrep: Added (sorted grep). 8 years ago
sgrep.SlackBuild misc/sgrep: Added (sorted grep). 8 years ago
sgrep.info misc/sgrep: Added (sorted grep). 8 years ago
slack-desc misc/sgrep: Added (sorted grep). 8 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.