Closed chestercheng closed 1 year ago
after recent updates to grep, i'm now seeing this warning
$ devenv use modmesh
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
now using 'modmesh'
it's annoying...
I think it can be merged.
since egrep commnad has been deprecate, it should use
grep -E
instead.ref: https://www.phoronix.com/news/GNU-Grep-3.8-Stop-egrep-fgrep