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: https://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]
bin/egrep
bin/fgrep
bin/grep
usr/share/info/grep.info
usr/share/locale/af/LC_MESSAGES/grep.mo
usr/share/locale/be/LC_MESSAGES/grep.mo
usr/share/locale/bg/LC_MESSAGES/grep.mo
usr/share/locale/ca/LC_MESSAGES/grep.mo
usr/share/locale/cs/LC_MESSAGES/grep.mo
usr/share/locale/da/LC_MESSAGES/grep.mo
usr/share/locale/de/LC_MESSAGES/grep.mo
usr/share/locale/el/LC_MESSAGES/grep.mo
usr/share/locale/eo/LC_MESSAGES/grep.mo
usr/share/locale/es/LC_MESSAGES/grep.mo
usr/share/locale/et/LC_MESSAGES/grep.mo
usr/share/locale/eu/LC_MESSAGES/grep.mo
usr/share/locale/fi/LC_MESSAGES/grep.mo
usr/share/locale/fr/LC_MESSAGES/grep.mo
usr/share/locale/ga/LC_MESSAGES/grep.mo
usr/share/locale/gl/LC_MESSAGES/grep.mo
usr/share/locale/he/LC_MESSAGES/grep.mo
usr/share/locale/hr/LC_MESSAGES/grep.mo
usr/share/locale/hu/LC_MESSAGES/grep.mo
usr/share/locale/id/LC_MESSAGES/grep.mo
usr/share/locale/it/LC_MESSAGES/grep.mo
usr/share/locale/ja/LC_MESSAGES/grep.mo
usr/share/locale/ko/LC_MESSAGES/grep.mo
usr/share/locale/ky
usr/share/locale/ky/LC_MESSAGES
usr/share/locale/ky/LC_MESSAGES/grep.mo
usr/share/locale/lt/LC_MESSAGES/grep.mo
usr/share/locale/nb/LC_MESSAGES/grep.mo
usr/share/locale/nl/LC_MESSAGES/grep.mo
usr/share/locale/pl/LC_MESSAGES/grep.mo
usr/share/locale/pt/LC_MESSAGES/grep.mo
usr/share/locale/pt_BR/LC_MESSAGES/grep.mo
usr/share/locale/ro/LC_MESSAGES/grep.mo
usr/share/locale/ru/LC_MESSAGES/grep.mo
usr/share/locale/rw/LC_MESSAGES/grep.mo
usr/share/locale/sk/LC_MESSAGES/grep.mo
usr/share/locale/sl/LC_MESSAGES/grep.mo
usr/share/locale/sr/LC_MESSAGES/grep.mo
usr/share/locale/sv/LC_MESSAGES/grep.mo
usr/share/locale/tr/LC_MESSAGES/grep.mo
usr/share/locale/uk/LC_MESSAGES/grep.mo
usr/share/locale/vi/LC_MESSAGES/grep.mo
usr/share/locale/zh_TW/LC_MESSAGES/grep.mo
usr/share/man/man1/egrep.1
usr/share/man/man1/fgrep.1
usr/share/man/man1/grep.1
var/adm/dependencies/grep
var/adm/descs/grep
var/adm/flists/grep
var/adm/md5sums/grep
var/adm/packages/grep
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).