Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.
GNU grep is needed by many scripts, so it shall be installed on every system.
Packages
grep-2.20-3.el7.x86_64
[344 KiB] |
Changelog
by Jaroslav Škarvada (2017-03-24):
- Speedup DFA for long patterns and fixed begline/endline matching
Resolves: rhbz#1413029
- Added support for GREP_LEGACY_EGREP_FGREP_PS environmental variable which
controls how egrep, fgrep show in ps output
Resolves: rhbz#1297441
|