grep 3.1-2build1 source package in Ubuntu

Changelog

grep (3.1-2build1) bionic; urgency=medium

  * No change rebuild. (LP: #1844524)

 -- Tiago Stürmer Daitx <email address hidden>  Wed, 18 Sep 2019 15:00:16 +0000

Upload details

Uploaded by:
Tiago Stürmer Daitx
Uploaded to:
Bionic
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main utils

Downloads

File Size SHA-256 Checksum
grep_3.1.orig.tar.xz 1.3 MiB db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e
grep_3.1-2build1.debian.tar.bz2 107.5 KiB 699bbd6681e4ef27a24b9876b6b2c3b1ce1be1b140676cd051170e5cc05dd876
grep_3.1-2build1.dsc 2.1 KiB b9dff3a4089e3491a057c76fe2d941bbc669c1f9d934f5929052d32abd952961

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