egrep - Search a file for an extended regular expression pattern

Synopsis

egrep [-c|-l|-q] [-ihnsvwxy] [-e pattern_list] [-f pattern_file] [pattern] [file ...]

Description

The egrep utility is equivalent to running the grep utility with the -E option. See grep - Search a file for a pattern for the complete description.

Related information