Skip to content

Conversation

@ajdlinux
Copy link
Contributor

The egrep command has been deprecated in GNU Grep since 2007, and nowadays using egrep rather than grep -E will print a warning to the user, which is very annoying.

Replace all usages of egrep with grep -E.

The egrep command has been deprecated in GNU Grep since 2007, and nowadays
using egrep rather than grep -E will print a warning to the user, which is
very annoying.

Replace all usages of egrep with grep -E.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
@a-nogikh a-nogikh added this pull request to the merge queue Dec 10, 2025
Merged via the queue into google:master with commit 5b5f646 Dec 10, 2025
17 checks passed
@ajdlinux ajdlinux deleted the egrep branch December 11, 2025 02:52
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.

2 participants