Sgrep

Faster alternative to traditional Unix grep when searching large files
Download

Sgrep Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Steve Losen
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 4 KB

Sgrep Tags


Sgrep Description

Faster alternative to traditional Unix grep when searching large files 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.Sgrep is a free and open source command-line utility that a binary search algorithm, which is very fast, but requires sorted input.Each iteration of the search eliminates half of the remaining input. In other words, doubling the size of the file adds just one iteration. What's New in This Release: · Initial Release.


Sgrep Related Software