Skip to content

Use grep -E over egrep - #124

Open
matthewhughes934 wants to merge 1 commit into
syngan:masterfrom
matthewhughes934:remove-egrep
Open

Use grep -E over egrep#124
matthewhughes934 wants to merge 1 commit into
syngan:masterfrom
matthewhughes934:remove-egrep

Conversation

@matthewhughes934

Copy link
Copy Markdown

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