grep 3.4-ok1 source package in openKylin

Changelog

grep (3.4-ok1) yangtze; urgency=low

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grep_3.4.orig.tar.xz 1.5 MiB 58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb
grep_3.4-ok1.debian.tar.xz 92.7 KiB cb500c235b6aec0f3c4314b4c04185e04e6eeb0e504722cab653d9b53f1ffc4f
grep_3.4-ok1.dsc 1.8 KiB b819344488df67fa6847f85e968d342b52e233285079886aa2c565ad11d5dbcd

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