fgrep

fixed string grep (UNIX)

Syntax:

fgrep [-cilnsvx]
      [-e expression...|-f expression_file|expression] 
      [file...]

Description:

The fgrep utility does a fixed-string grep (equivalent to grep -F). See the documentation for grep for details.

Exit status:

0
Lines were found matching the expression provided.
>0
An error occurred or no matching lines were found.

See also: