Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * 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
- * Wed May 31 17:00:00 2006 Tim Waugh <twaugh{%}redhat{*}com> 2.5.1-54
- Applied upstream patch to fix '-D skip' (bug #189580).