grep
Grep searches one or more input files for lines containing a match to a specified pattern
Grep searches one or more input files for lines containing a match to a specified pattern
To install this package, run one of the following:
Given one or more patterns, grep searches input files for matches to the patterns. When it finds a match in a line, it copies the line to standard output (by default), or produces whatever other sort of output you have requested with options.
Summary
Grep searches one or more input files for lines containing a match to a specified pattern
Last Updated
Oct 1, 2025 at 04:57
License
GPL-3.0-or-later
Total Downloads
122.6K
Version Downloads
14.7K
Supported Platforms
Documentation
https://www.gnu.org/software/grep/manual/