grep: This is GNU grep, the "fastest grep in the west"1

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.

... part of T2, get it here

URL: http://www.gnu.org/software/grep/

Author: Alain Magloire <alainm [at] rcsm [dot] ee [dot] mcgill [dot] ca> {Current Maintainer}
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: GPL
Status: Stable
Version: 3.11

Remark: Does cross compile (as setup and patched in T2).
Remark: Dietlibc compatible.

Download: http://ftp.gnu.org/pub/gnu/grep/ grep-3.11.tar.xz

T2 source: grep.cache
T2 source: grep.desc
T2 source: grep.prof
T2 source: unobsolete-egrep.patch

Build time (on reference hardware): 10% (relative to binutils)2

Installed size (on reference hardware): 1.05 MB, 61 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk gzip linux-header make patch pcre2 sed tar xz

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).