I have gnu grep v3.3 as packaged by Homebrew
When I type man grep, the two sentences in the DESCRIPTION paragraph reads
grep searches for PATTERNS in each FILE. PATTERNS is one or
patterns separated by newline characters, and grep prints each line that
matches a pattern.
Obviously, the s
On 1/14/19 12:24 PM, phs wrote:
> I have gnu grep v3.3 as packaged by Homebrew
>
> When I type man grep, the two sentences in the DESCRIPTION paragraph reads
>
>grep searches for PATTERNS in each FILE. PATTERNS is one or
> patterns separated by newline characters, and grep prints each li