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 does init do? What does inetd do?
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
How will you run the script in UNIX?
how to face veritas NetBAckup interview, where did i find all materials regrding veritas and give details on veritas certification
13 Answers 3i Infotech, ABC, Accenture, ACS, CTS, Genpact, GSK, HP, IBM, Lapiz, Lapiz Digital, Satyam, Symantec, TCS, Veritas,
What are each of the standard files and what are they normally associated with?
hi.when will u come to klnce 4 campus interviews??/
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
Why do inode number start from 1 and not 0 ?
Have you used VI editor?
why do you need to have a swap file system?
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
Explain iostat, vmstat and netstat.