Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
fgrep

fgrep

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

fgrep

Fixed string grep (UNIX)

Syntax:

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

Runs on:

Neutrino

Options:

See grep for a complete listing.

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:

diff, find, grep, sort