Linux bash: when to use egrep instead of grep?
- by Michael Mao
Hi all :
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 thing too far away.
So basically I'd like…