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 |
What is the way to do multilevel if-else's in shell scripting?
What are the different commands available to check the disk usage?
What is k shell?
What is the need of including script interpreter in your shell script?
Where cron file kept?
What can scripts do?
Differentiate between ‘ and ” quotes.
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 can you get the value of pi till a 100 decimal places?
I have 2 files and I want to print the records which are common to both.
What is MUTEX?
How do I run a powershell script?