Fixed string grep (UNIX)
fgrep [-chilnqsvx] [-e expression | -f expression_file]... [file...] fgrep [-chilnqsvx] expression [file...]
See grep for a complete listing.
The fgrep utility does a fixed-string grep (equivalent to grep -F). See the documentation for grep for details.