grep 3.12-ok4 source package in openKylin

Changelog

grep (3.12-ok4) huanghe; urgency=medium

  * build for openKylin3.

 -- zhouhuazhi <email address hidden>  Wed, 29 Apr 2026 14:00:32 +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

Downloads

File Size SHA-256 Checksum
grep_3.12.orig.tar.xz 1.9 MiB e95469d03b94a72c1fd9462c96ad7f82af6f4b773645cfe4cf82ad848aaf35e5
grep_3.12-ok4.debian.tar.xz 93.6 KiB 548c62267f17a3b37ecb2cfa01d02a5b38ed97938dde3811828d15d2f2c8fda8
grep_3.12-ok4.dsc 1.8 KiB 2ae83686aae6f9b6089facc1dba89649014cb35c38d5f475376e423e1edaaa6e

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