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
Red Hat Enterprise Linux on Microsoft Azure
Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
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.