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.
Website: http://www.gnu.org/software/grep/
License: GPLv3+
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: applications/text

Packages

grep-2.20-6.el6_9.x86_64 [345 KiB] Changelog by Jaroslav Škarvada (2016-11-01):
- Speedup DFA for long patterns and fixed begline/endline matching
  Resolves: rhbz#1287074
grep-2.20-5.el6_8.x86_64 [344 KiB] Changelog by Jaroslav Škarvada (2016-08-15):
- Added support for environmental variable GREP_LEGACY_R to enhance
  backward compatibility of -r switch behavior
  Resolves: rhbz#1367309