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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.