egrep (host)

Extended regular expression grep (UNIX)

Syntax:

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

Runs on:

Microsoft Windows

Options:

See grep for a complete listing.

Description:

The egrep utility does an extended regular expression grep (equivalent to grep -E). See the documentation for grep for details.

CAUTION:
The egrep host binary is from the MSYS package. It is not designed to work with ASLR as on Windows 10 and 11, Force randomization for images (Mandatory ASLR ) is disabled by default. If you enable it to use ASLR, the date utility will fail to load.

Exit status:

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