grep 2.14-3 source package in Ubuntu

Changelog

grep (2.14-3) unstable; urgency=low


  * Updating 80-587930-man-ere-reference.patch to improve documentation 
    regarding -P (Closes: #203109)
  * Correcting a formating issue in grep.in.1. Thanks to David Prévot
    (Closes: #692760)

 -- Santiago Ruano Rincón <email address hidden>  Sun, 11 Aug 2013 18:17:21 +0200

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.14-3.dsc 1.2 KiB 1d4eb62c99ebc117b2db09553f7bc0b06e4af3e1981507869c7ae92a8c155d2d
grep_2.14.orig.tar.bz2 1.5 MiB 53f8d2ba2e61744da0b899c85b46bbc23e49b5babf83bff3e5ce9516456f8408
grep_2.14-3.debian.tar.bz2 12.5 KiB f22418c6dddd5e7eadb31e77402137a67d0a1ed16f7314cf399bdb898e7b5812

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