grep 2.9-1 source package in Ubuntu

Changelog

grep (2.9-1) unstable; urgency=low
  * 60-76011-main.c.patch: `grep -lc' does not show files with no occurrences.     Thanks to Peter Samuelson. (Closes: #76011)  * New upstream release.    - Fixes locales and brackets-related bug (Closes: #624387)  * Updating 80-587930-man-ere-reference.patch to add changes in info page -- Santiago Ruano Rincón <email address hidden>  Wed, 13 Jul 2011 20:02:15 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grep_2.9-1.dsc 1.2 KiB 40465273af0e40449609a66c0e2d88cd00f614cfe2d8a8f0045f2418a74f9617
grep_2.9.orig.tar.gz 1.7 MiB e9118eac72ecc71191725a7566361ab7643edfd3364869a47b78dc934a357970
grep_2.9-1.debian.tar.gz 13.8 KiB 8d12345d77dbf8aac84c26618f07285c18a509dd084c9cdcf19fefb96e848320

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