Monday, 22 October 2012

What is the difference between grep and egrep? | Shell Scripting Interview Questions

egrep is Extended grep that supports added grep features like “+” (1 or more occurrence of previous character),”?”(0 or 1 occurrence of previous character) and “|” (alternate matching).

No comments: