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 |
Given a file find the count of lines containing the word "abc".
What is a beat in a script?
Why do we use shell scripting?
What happens on a system call?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is wc in shell script?
give me some website where i can get unix and testing meterials
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
Explain about stdin, stdout and stderr?
What does debug script mean?
How to enable the shell to know what program should be run to interpret the script?
What is the use of "test" command?