grep 3.3-1build1 source package in Ubuntu
Changelog
grep (3.3-1build1) eoan; urgency=medium * No-change rebuild. LP: #1844524. -- Matthias Klose <email address hidden> Wed, 18 Sep 2019 16:34:10 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Eoan
- Original maintainer:
- Anibal Monsalve Salazar
- Architectures:
- any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
grep_3.3.orig.tar.xz | 1.4 MiB | b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514 |
grep_3.3-1build1.debian.tar.xz | 101.9 KiB | a08e6e88ada40dc5e0195dfea04f4c8aea9e2b57a3272185fedc85a2ad575d23 |
grep_3.3-1build1.dsc | 2.0 KiB | 06d804485087fb2a22da76190b60dc800971dc8e6b6c8f3088fdce41bd8469c3 |
Available diffs
- diff from 3.3-1 (in Debian) to 3.3-1build1 (302 bytes)
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