Skip to content

Use grep -E instead of egrep, which is deprecated

On Arch Linux I even get a warning:

$ egrep
egrep: warning: egrep is obsolescent; using grep -E
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.

Merge request reports

Loading