You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following on from commit b91bdf3 which used
egrep and fgrep for better portability.
Since GNU grep from v3.8 is warning about uses of [ef]grep
instead just replace fgrep with grep,
and egrep with {/usr/xpg4/bin/,}grep -E.
0 commit comments