grep 3.8-5 source package in Ubuntu

Changelog

grep (3.8-5) unstable; urgency=medium

  * Upload to unstable

 -- Santiago Ruano Rincón <email address hidden>  Tue, 24 Jan 2023 15:43:00 +0100

Upload details

Uploaded by:
Anibal Monsalve Salazar
Uploaded to:
Sid
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main utils

Downloads

File Size SHA-256 Checksum
grep_3.8-5.dsc 1.6 KiB 12b8d98e0112683e0439e61d5b3b7cdeafdfc579641c35aa25199bc0431061d0
grep_3.8.orig.tar.xz 1.6 MiB 498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
grep_3.8.orig.tar.xz.asc 833 bytes 347aec924499df3fa41a0d782f3cd3e4a51a15de98b44eaab04084cd34060cd0
grep_3.8-5.debian.tar.xz 20.6 KiB c49bb8ab9ed98fd1aa76f8af838ac9abd664e65042c0e40f99983c60ba03fba1

Available diffs

No changes file available.

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