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
Apr 25, 2023 at 14:13
License
GPL-3.0-or-later
Total Downloads
52
Supported Platforms
Documentation
https://www.gnu.org/software/grep/manual/