Give a regular expression that finds two things, try to
come up with regular expressions that find each
individually using "egrep" command?

Answer Posted / manikantan t s

egrep -e <expresseion 1> -e <expression 2> <file name>

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the behavioural difference between cmp and diff commands?

682


What does grep v do?

563


Explain command to show the space allocation of files?

633


How to display no of records in oracle using unix command?

591


Does cp command overwrite files?

628






What does awk stand for?

615


How does the system know where one command ends and another begins?

1582


How do I search a whole word in vim?

697


What is s and g in sed command?

563


How do I delete files from command prompt?

555


What is the difference between grep and grep?

571


Is grep faster than awk?

569


What is the first character of the output in ls l command?

637


What will the following command do?

622


what is the advaantage of each user having its own copy of the shell?

2040