grep 2.10-1 source package in Ubuntu

Changelog

grep (2.10-1) unstable; urgency=low

  * New upstream version 2.10
  * Fix unneeded-build-dep-on-quilt
  * Fix debian-rules-missing-recommended-target
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  16 Dec 2011 16:26:23 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main utils

Downloads

File Size SHA-256 Checksum
grep_2.10.orig.tar.bz2 1.4 MiB 6e500fc0646a405dd5bde339446f1441f2b8f76c8e6b81783db1a14965653f48
grep_2.10-1.debian.tar.bz2 12.4 KiB 6e3774d5d9c5c4fa43fdadf1e1feba49648abe7d075ce932559921e50f03476e
grep_2.10-1.dsc 1.9 KiB f2d47a150232c6bbdcfd187ed63ca9da1e711ec8c81a29cf4808b713bc1d9d14

Available diffs

View changes file

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