Skip to content

Conversation

matthewhughes934
Copy link

egrep has been deprecated in GNU grep since version 2.5.3 (2007) and since version 3.8 emits a warning[1]

egrep: warning: egrep is obsolescent; using grep -E

Avoid this warning by following its suggestion.

[1] https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html

`egrep` has been deprecated in GNU grep since version 2.5.3 (2007) and since version
3.8 emits a warning[1]

> egrep: warning: egrep is obsolescent; using grep -E

Avoid this warning by following its suggestion.

[1] https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant