What is egrep?
Answers were Sorted based on User's Feedback
Extended grep is called as egrep.
grep -E will do the same function as egrep
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kuldeep singh
egrep is used to work with Extended Regular Expressions.
| Is This Answer Correct ? | 2 Yes | 1 No |
When should shell programming/scripting not be used?
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
Explain about gui scripting?
What is a beat in a script?
What is a shell environment?
What are the advantages of using shell scripts?
How will you list only the empty lines in a file (using grep)?
How can the contents of a file inside jar be read without extracting in a shell script?
What is a shell made of?
How to set an array in linux?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
How will you copy a file from one machine to other?