What is egrep?
Answers were Sorted based on User's Feedback
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 |
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 |
What is FTP?
I am new to Unix and Unix Shell scripting could you guide me on how to go about these subjects and where to start from with concern to Oracle?. I also would like to know where does UNIX shell Scripting help in terms of development of a application in Oracle? I have no clue in the subject so do help me. Thank You Neelima
hi.when will u come to klnce 4 campus interviews??/
In this command sqlplus -s username/password what is -S and what's the use..???
What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?
How to recover a system whose root password has lost?
virtual terminal protocol is an example of which layer and works with which layer?
What is a Map?
How will you run the script in UNIX?
What does the ?route? command do?
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
Give the command to display space usage on the UNIX file system.