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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.