macOS / binaries /

grep

/usr/bin/grep
File pattern searcher

The grep utility searches any given input files, selecting lines that match one or more patterns. By default, a pattern matches an input line if the regular expression (RE) in the pattern matches the input line without its trailing newline.

source: man