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.3.i386
[169 KiB] |
Changelog
by Tim Waugh (2006-11-22):
- Fixed count of patterns when the last is an empty string (bug #204255).
- Fix 'memory exhausted' errors by limiting in-memory buffer (bug #198167).
|