grep 3.11-ok3 source package in openKylin

Changelog

grep (3.11-ok3) nile; urgency=medium

  * Sync upstream config.

 -- zhouganqing <email address hidden>  Fri, 19 Apr 2024 15:53:59 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main utils
Nile V2.0 proposed main utils

Downloads

File Size SHA-256 Checksum
grep_3.11.orig.tar.xz 1.6 MiB 73d206612c87be4af8835680564bca6b2c5e3c84da90acf1848087fec98299e2
grep_3.11-ok3.debian.tar.xz 6.8 KiB e49c249ddd18c440f3b455f76d998e45c94a131823b2f18194c42c35e6a45c56
grep_3.11-ok3.dsc 1.7 KiB 1fd86850d2998df8ee750678cc535beb55a7f7338b64f6f5a9abc05c4e17a0cc

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