grep
¶The general synopsis of the grep
command line is
grep [option...] [patterns] [file...]
There can be zero or more option arguments, and zero or more
file arguments. The patterns argument contains one or
more patterns separated by newlines, and is omitted when patterns are
given via the ‘-e patterns’ or ‘-f file’
options. Typically patterns should be quoted when
grep
is used in a shell command.