iwconfig zsh completion: replace egrep usage with grep -E
authorMichael Prokop <mika@grml.org>
Wed, 7 Sep 2022 11:54:43 +0000 (13:54 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 7 Sep 2022 11:54:43 +0000 (13:54 +0200)
grep 3.8 deprecated support for egrep + fgrep, and now prints a warning on stderr:

| egrep: warning: egrep is obsolescent; using grep -E
| fgrep: warning: fgrep is obsolescent; using grep -F


No differences found