Print lines matching a pattern
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.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/grep && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
grep-2.17.tar.xz | 0001212488 1.16 MB | |
grep-2.17.tar.xz.sig | 0000000966 966 Bytes | |
grep.changes | 0000021167 20.7 KB | |
grep.keyring | 0000042666 41.7 KB | |
grep.spec | 0000003063 2.99 KB |
Revision 45 (latest revision is 92)
Stephan Kulow (coolo)
accepted
request 223042
from
Marcus Meissner (msmeissn)
(revision 45)
- update to 2.17 * grep -i in a multibyte locale is now typically 10 times faster for patterns that do not contain \ or [ * grep (without -i) in a multibyte locale is now up to 7 times faster when processing many matched lines * grep's --mmap option was disabled in March of 2010, and began to elicit a warning in January of 2012. Now it is completely gone. - Reformat spec file using hints from spec-cleaner (forwarded request 223015 from mvyskocil)
Comments 0