✅ checks presence of various command line tools and their versions on the path - egrep: warning: egrep is obsolescent; using grep -E · Issue #70 · kdabir/has
The latest version of grep claims that egrep is now obsolete so the build now contains warnings that look like: egrep: warning: egrep is obsolescent; using grep -E fix this by using "grep -E" instead. Cc: Paul Moore <paul@paul-moore.com> Cc: Stephen Smalley <stephen.smalley.work@gmail...
protected void AlertMsg(string msg) { this.Page.RegisterStartupScript(“alert”, “al...
/usr/bin/shcmd=${0##*/}echo"$cmd: warning:$cmdis obsolescent; using grep -E">&2execgrep -E"$@"root@localhost:~ cat /usr/bin/fgrep#!/usr/bin/shcmd=${0##*/}echo"$cmd: warning:$cmdis obsolescent; using grep -F">&2execgrep -F"$@"root@localhost:~ file /usr/bin/egrep /...
selinux: use "grep -E" instead of "egrep" Browse files The latest version of grep claims that egrep is now obsolete so the build now contains warnings that look like: egrep: warning: egrep is obsolescent; using grep -E fix this by using "grep -E" instead. Cc: Paul Moore <paul@...