What is egrep?

Answers were Sorted based on User's Feedback



What is egrep? ..

Answer / abhilash s

egrep (grep -E in linux) is extended grep where additional
regular expression metacharacters have been added like +, ?,
| and ()

Is This Answer Correct ?    6 Yes 0 No

What is egrep? ..

Answer / tiger6

egrep is a command that allow you to generate a listing
using variables
egrep "First|Last"

this would produce a listing that gave only the data from
the file queried that were associated with the variables
Firt and Last.
example if the the list held First names and Last names you
might see a list like this
Jame Martin
Tom Jones ...

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Unix AllOther Interview Questions

fork()?

2 Answers   TCS,


What is mutex?

2 Answers   BMC,


How do you list the files in an UNIX directory while also showing hidden files?

4 Answers  


What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?

1 Answers  


What does the ?route? command do?

2 Answers  






What is Fork swap?

1 Answers   Infosys, SSI Small Scale Industries,


How to connect oracle database from unix

6 Answers   Cap Gemini, IBM, Wirecard,


What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?

2 Answers   HP, ICS Integrated Computer Solutions, TCS,


What is 'inode'?

11 Answers   Infosys,


How to recover a system whose root password has lost?

5 Answers   SoftNet,


What is the difference between grep & find?

3 Answers   HCL,


What is egrep?

2 Answers  


Categories