Sgrep (sorted grep) is a much faster alternative to traditional Unix grep when searching large files, because sgrep searches sorted input files using a fast binary search to find matching lines.
Features
- fast binary search of sorted text files
- exact, numeric, or case insensitive search
License
GNU General Public License version 2.0 (GPLv2)Follow sgrep (sorted grep)
Other Useful Business Software
Orchestrate Your AI Agents with Zenflow
Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
Rate This Project
Login To Rate This Project
User Reviews
-
I solved a very bad business issue that threatened my entire company with sgrep. My app freezes when using ODBC, and I solved it by using sgrep and a flat sorted file of 230MM records. Speed is faster than a database. This software should be included in Business Utils urgently.