grep 3.12-ok5 source package in openKylin

Changelog

grep (3.12-ok5) huanghe; urgency=medium

  * build for openKylin3.

 -- zhouhuazhi <email address hidden>  Wed, 06 May 2026 20:02:19 +0800

Upload details

Uploaded by:
17733098804
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main utils

Downloads

File Size SHA-256 Checksum
grep_3.12.orig.tar.xz 1.9 MiB e95469d03b94a72c1fd9462c96ad7f82af6f4b773645cfe4cf82ad848aaf35e5
grep_3.12-ok5.debian.tar.xz 114.5 KiB 8a6125a75d580a95bd13391ec17722711e8eca7e1b0910b4f9295e4ae99cdc9a
grep_3.12-ok5.dsc 1.8 KiB af21188d21d77ec9a759e8b41b060172c9bda6e5e09c2eba0b62c182569847b0

Available diffs

View changes file

Binary packages built by this source

grep: GNU grep, egrep and fgrep

 '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.)

grep-dbgsym: debug symbols for grep