Categories
Grep
Package includes the GNU 'grep,' 'egrep,' and 'fgrep,' which find lines that match entered patterns. By default, grep prints the matching lines.
GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as the standard Unix grep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp match without having to look at every character; the result is usually many times faster that UNIX 'grep' or 'egrep.'
Last updated 19 Oct, 2005
About
Leadership
- Bernhard Rosenkraenzer - Maintainer
Related Projects
Bitap, Diffutils, Findutils, Kodos, Sagasu, bool, chgrep, fsgrep, gawk, pmatch, wdiff
Subprograms
grep, egrep, fgrep
Versions
2.5.3
2.5.3 stable released 2007-08-03
- Released: 3 Aug, 2007
- Code Maturity: Stable
- Source Archive: ftp://ftp.gnu.org/gnu/grep/grep-2.5.3.tar.gz
- Licenses: GPLv3orlater
- Interfaces: Command Line
User Community and Support
User guide included and available from http://www.gnu.org/software/grep/doc/grep.html



