Jump to letter: [
ABCDEFGHIKLMNOPQRSTUVWXYZ
]
grep - The GNU versions of grep pattern matching utilities.
- Description:
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.
Packages
grep-2.5.1-32.4.el4.x86_64
[172 KiB] |
Changelog
by Stepan Kasal (2009-01-26):
- fix hang under non-UTF-8 multibyte locales (#460641)
- with lines longer than 200 MB, give up rather than print incorrect
output (#440258)
- fix an off-by-one error which might cause segfault (#434934)
- Resolves: rhbz#460641, rhbz#440258, rhbz#434934
|