grep 3.11-ok2 source package in openKylin

Changelog

grep (3.11-ok2) nile; urgency=medium

  * build for openKylin2

 -- kylin <email address hidden>  Tue, 26 Mar 2024 19:22:46 +0800

Upload details

Uploaded by:
17733098804
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Anibal Monsalve Salazar
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.11.orig.tar.xz 1.6 MiB 73d206612c87be4af8835680564bca6b2c5e3c84da90acf1848087fec98299e2
grep_3.11-ok2.debian.tar.xz 92.7 KiB ccb466d14f2ea843df7664ff2425b07b0a6dc7ff333ab32fc634752551c0f8bb
grep_3.11-ok2.dsc 1.8 KiB 6f21aefe62bda88c278dce5ccf12680d0a80df275f116eb0ea2314fe05f4e221

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