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. An empty _expression_ matches every line.
Each input line that matches at least one of the patterns is written to
the standard output.