Computing (FOLDOC) dictionary
Jump to user comments
An extended version of the
Unix command
grep. Egrep
following multi-character REs; "+" (one or more matches); "?"
(zero or one matches); "|" separating two REs matches either.
REs may be bracketed with (). Despite its additional
complexity, egrep is usually faster that
fgrep or
grep.