Go to the first, previous, next, last section, table of contents.
@command{grep} searches the named input files (or standard input if no files are named, or the file name `-' is given) for lines containing a match to the given pattern. By default, @command{grep} prints the matching lines. There are three major variants of @command{grep}, controlled by the following options.
In addition, two variant programs EGREP and FGREP are available. EGREP is the same as `grep -E'. FGREP is the same as `grep -F'.
Go to the first, previous, next, last section, table of contents.