https://cygwin.com/pipermail/cygwin/2008-October/169926.html
recently introduced egrep problem
recently introducedegrepproblem
https://www.commandlinefu.com/commands/view/13896/list-only-x-byte-files-in-the-current-directory
List only X byte files in the current directory Using du, egrep
du -hs * |egrep -i \"^(\s?\d+\.?\d+G)\" - (List only X byte files in the current directory This will list all the files that are a gigabyte or larger in the...
in the current
https://www.commandlinefu.com/commands/view/2555/solaris-check-portssockets-which-process-has-opened
Solaris - check ports/sockets which process has opened Using egrep
/usr/proc/bin/pfiles $PID | egrep \"sockname|port\" - (Solaris - check ports/sockets which process has opened ). The best command line collection on the...
solarischeckportssocketsprocess
https://www.commandlinefu.com/commands/view/12103/filter-out-all-blank-or-commented-starting-with-lines
Filter out all blank or commented (starting with #) lines Using egrep
egrep -v \"(^#|^\b*$)\" - (Filter out all blank or commented (starting with #) lines ). The best command line collection on the internet, submit yours and save...
filter outblank
https://docs.datadoghq.com/security/code_security/static_analysis/static_analysis_rules/bash-code-quality/deprecated-egrep-fgrep/
egrep and fgrep are deprecated
Datadog, the leading service for cloud-scale monitoring.
egrepdeprecated