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


Home
QNX Community Resources
QNX Documentation Library
QNX Community Resources

QNX Community Resources

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

[Previous] [Contents] [Next]

egrep

Extended regular expression grep (UNIX)

Syntax:

egrep [-chilnqsvx] [-e expression|-f expression_file]...
      [file...]

egrep [-chilnqsvx] expression [file...]

Options:

See grep.

Description:

The egrep utility does an extended regular expression grep (equivalent to grep -E). See 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:

grep, diff, find, sort


[Previous] [Contents] [Next]