Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace egrep with grep -E #2618

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Replace egrep with grep -E #2618

merged 1 commit into from
Feb 5, 2024

Conversation

janmasrovira
Copy link
Collaborator

Quoting the release notes of gnu grep-3.8

The egrep and fgrep commands, which have been deprecated since
release 2.5.3 (2007), now warn that they are obsolescent and should
be replaced by grep -E and grep -F.

In order to fix the warning, I've replaced all instances of egrep with grep -E

@janmasrovira janmasrovira self-assigned this Feb 3, 2024
@janmasrovira janmasrovira changed the title Eeplace egrep with grep -E Replace egrep with grep -E Feb 3, 2024
@paulcadman paulcadman requested a review from lukaszcz February 5, 2024 08:54
@lukaszcz lukaszcz merged commit 3005772 into main Feb 5, 2024
4 checks passed
@lukaszcz lukaszcz deleted the remove-egrep branch February 5, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants