Print lines matching a pattern
http://www.gnu.org/software/grep/
The grep command searches one or more input files for lines
containing a match to a specified pattern. By default, grep prints
the matching lines.
- Devel package for openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/grep && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
grep-2.9.tar.bz2 | 0001414132 1.35 MB | |
grep.changes | 0000009551 9.33 KB | |
grep.spec | 0000002397 2.34 KB |
Revision 11 (latest revision is 145)
Dirk Mueller (dirkmueller)
accepted
request 78414
from
Cristian Rodríguez (elvigia)
(revision 11)
- Upgrade to version 2.9 * grep no longer clobbers heap for an ERE like '(^| )*( |$)'' )' * grep -P no longer aborts when PCRE's backtracking limit is exceeded * grep's interpretation of range expression is now more consistent
Comments 0