Search file(s) for lines that match a fixed string
SYNTAX
fgrep

fgrep is the same as “grep -F”
all other options are the same as grep.  It’s a popular fallacy that “fgrep” stands for fast-grep.
In fact “fgrep” means fixed-string grep, it has no performance boost over “grep”.