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
This commit is contained in:
Indrajit Raychaudhuri 2023-04-27 13:21:16 -05:00
parent 52bf42f887
commit f7cb1fee1b

View file

@ -44,8 +44,7 @@ _gnu_utility_cmds=(
'libtool' 'libtoolize'
# Miscellaneous
'awk' 'egrep' 'fgrep' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time'
'units' 'which'
'awk' 'getopt' 'grep' 'indent' 'make' 'sed' 'tar' 'time' 'units' 'which'
)
# Wrap GNU utilities in functions.