Closed tchaikov closed 1 year ago
GNU Grep 3.8 started to emit warning like:
egrep: warning: egrep is obsolescent; using grep -E
when one runs it with egrep. see also its release notes: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
egrep
to silence this warning, let's just follow the suggestion and call it with the -E command line option.
-E
GNU Grep 3.8 started to emit warning like:
when one runs it with
egrep
. see also its release notes: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.htmlto silence this warning, let's just follow the suggestion and call it with the
-E
command line option.