💻 Software
When to use egrep instead of grep?
Fresh5 days ago
Mar 15, 20268871 viewsConfidence Score0%
0%
Problem
I am preparing for a Linux terminal assessment now, I tried to Google and found most resources are referring to the basic "grep" rather than the more powerful "egrep" -- well, that is at least what the professor said in lecture. I am always working with small samples so performance tuning is a thin…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: When to use egrep instead of grep?
Low Risk
egrep = grep -E From http://www.opengroup.org/onlinepubs/007908799/xcu/grep.html "Match using extended regular expressions. Treat each pattern specified as an ERE, as described in the XBD specification, Extended Regular Expressions . If any entire E…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix