Categories

Visit BadVista.org Visit PlayOgg.org Visit DefectiveByDesign.org

GNU 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 than UNIX 'grep' or 'egrep.'

Last updated 19 May, 2008


User level: Submit a level

User Rating:

Homepage

License(s) :

GPLv3orlater

Rate it!

 

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

General Resources

Development

Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2009 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.