Skip to content

petrkle/sgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Slackbuild script for sgrep

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published