grep 3.7-1build1 source package in Ubuntu
Changelog
grep (3.7-1build1) jammy; urgency=medium * No-change rebuild for ppc64el baseline bump. -- Łukasz 'sil2100' Zemczak <email address hidden> Wed, 23 Mar 2022 14:56:13 +0100
Upload details
- Uploaded by:
- Łukasz Zemczak
- Uploaded to:
- Jammy
- Original maintainer:
- Anibal Monsalve Salazar
- Architectures:
- any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | utils | |
Jammy | release | main | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
grep_3.7.orig.tar.xz | 1.6 MiB | 5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c |
grep_3.7.orig.tar.xz.asc | 833 bytes | d79a0137eb803938ff47dc366825d05d1a042457f74acc264a361a84428a5de7 |
grep_3.7-1build1.debian.tar.xz | 17.8 KiB | 2e449406cea72546c295a5410bc37f90d49d24f62fc1dff410e7c71e504b1915 |
grep_3.7-1build1.dsc | 1.9 KiB | f77c96adafcedb144e8a61d65cfb0df42875ca1e62c65cbc7e949c024e96ad29 |
Available diffs
- diff from 3.7-1 (in Debian) to 3.7-1build1 (325 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