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 |
Write down the syntax for all the loops in shell scripting.
How to know that your remote server is ruing smoothly or not in unix?
How do I debug a shell script?
Write a shell script to get current date, time, user name and current working directory.
What are the advantages of shell script?
What is the meaning of $1 in shell script?
write a shell program to check wheather a given string is pallindrome or not?
What is the syntax of "grep" command?
How would you compare the strings in a shell script?
is there any command to find user password?
What is scripting used for?
Is bash an operating system?