Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
grep: The GNU versions of grep pattern matching utilities.
- Summary
- The GNU versions of commonly used grep utilities. Grep searches
through textual input for lines which contain a match to a specified
pattern and then prints the matching lines. GNU's grep utilities
include grep, egrep and fgrep.
You should install grep on your system, because it is a very useful
utility for searching through text.
Changelog
- * Thu May 7 17:00:00 2009 Stepan Kasal <skasal{%}redhat{*}com> 2.5.1-55
- fix hang under non-UTF-8 multibyte locales (#479151)
- with lines longer than 200 MB, give up rather than print incorrect
output (#483073)
- fix an off-by-one error which might cause segfault (#452127)
- a doc improvement (#484366)
- Resolves: #479151, #452127, #483073, and 484366
- * Mon Nov 27 16:00:00 2006 Tim Waugh <twaugh{%}redhat{*}com> 2.5.1-54.2
- Fixed count of patterns when the last is an empty string (bug #216934).
- Fix 'memory exhausted' errors by limiting in-memory buffer (bug #216882).
- * Wed Jul 12 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.5.1-54.1
- rebuild