Skip to content

Commit f7cb1fe

Browse files
committed
gnu-utility: Remove now obsolete egrep and fgrep
These were marked deprecated for a while and has now been marked obsolete since gnu-grep 3.8 [1]. They have been removed from POSIX as well [2]. [1] https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html [2] https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html#tag_20_55_18
1 parent 52bf42f commit f7cb1fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/gnu-utility/init.zsh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ _gnu_utility_cmds=(
4444
'libtool' 'libtoolize'
4545

4646
# Miscellaneous
47-
'awk' 'egrep' 'fgrep' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time'
48-
'units' 'which'
47+
'awk' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time' 'units' 'which'
4948
)
5049

5150
# Wrap GNU utilities in functions.

0 commit comments

Comments
 (0)