[PR #885] [CLOSED] Replace "egrep" with "grep -E" #956

Closed
opened 2025-12-29 02:18:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/885
Author: @ckujau
Created: 9/14/2022
Status: Closed

Base: masterHead: bugfix/egrep


📝 Commits (1)

  • 6410019 Replace "egrep" with "grep -E"

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 dehydrated (+1 -1)

📄 Description

Both egrep and fgrep have been marked obsolete and will issue a warning to stderr now if used.

egrep, fgrep: now obsolete
https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a95156247098

But "grep -E" does the same and is required by POSIX:

grep - search a file for a pattern
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html

Signed-off-by: Christian Kujau lists@nerdbynature.de


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/885 **Author:** [@ckujau](https://github.com/ckujau) **Created:** 9/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bugfix/egrep` --- ### 📝 Commits (1) - [`6410019`](https://github.com/dehydrated-io/dehydrated/commit/6410019f0626aa70aae13212089b4b0555a6c03d) Replace "egrep" with "grep -E" ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+1 -1) </details> ### 📄 Description Both egrep and fgrep have been marked obsolete and will issue a warning to stderr now if used. > egrep, fgrep: now obsolete > https://git.savannah.gnu.org/cgit/grep.git/commit/?id=a95156247098 But "grep -E" does the same and is required by POSIX: > grep - search a file for a pattern > https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html Signed-off-by: Christian Kujau <lists@nerdbynature.de> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:18:43 +01:00
adam closed this issue 2025-12-29 02:18:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#956