grep 3.4-ok3 source package in openKylin
Changelog
grep (3.4-ok3) yangtze; urgency=medium * Add if arch == rv64g nocheck -- root <email address hidden> Mon, 26 Feb 2024 08:45:09 +0000
grep (3.4-ok3) yangtze; urgency=medium * Add if arch == rv64g nocheck -- root <email address hidden> Mon, 26 Feb 2024 08:45:09 +0000
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | utils | |
Yangtze V1.0 | proposed | main | utils |
File | Size | SHA-256 Checksum |
---|---|---|
grep_3.4.orig.tar.xz | 1.5 MiB | 58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb |
grep_3.4-ok3.debian.tar.xz | 93.4 KiB | b01acaa55292dde446cd7dca6ff1e71e8e781a74bfaef3d7091e4f3d84ada2b5 |
grep_3.4-ok3.dsc | 1.8 KiB | be7f1cb8ebae811019e44e5ad50fddd046fd7977a5496be8941a8ed611c1c194 |
'grep' is a utility to search for text in files; it can be used from the
command line or in scripts. Even if you don't want to use it, other packages
on your system probably will.
.
The GNU family of grep utilities may be the "fastest grep in the west".
GNU grep is based on a fast lazy-state deterministic matcher (about
twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
search for a fixed string that eliminates impossible text from being
considered by the full regexp matcher without necessarily having to
look at every character. The result is typically many times faster
than Unix grep or egrep. (Regular expressions containing backreferencing
will run more slowly, however.)