Closed dracorp closed 2 years ago
Hi ! Thanks for taking the time and effort to make bash-it better !
Wondering if you've seen my similar PR:
And this discussion on the egrep fiasco:
I'll try to take a pass and see if you caught anything I missed in my PR.
Thanks again !
-Dave
OK I compared the two PRs and I think my PR captures all of these changes, and a few others ...
@davidpfarrell Yes, I agree. Thanks.
Description
This change replace egrep with grep -E.
Motivation and Context
To prevent a warning:
egrep: warning: egrep is obsolescent; using grep -E
How Has This Been Tested?
None
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.