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
Differentiate cat command from more command.
What is the use of finger command?
Which command is used to find whether the system is 32 bit or 64 bit?
What is awk used for?
What is the command to compare two files in unix?
What is nr in awk command?
What are reported commands?
What do chown command do?
Why is shebang used?
Who command in unix operating system?
What is ctrl d?
What is the unix command to confirm a remote host is alive or not?
Which command is used to copy files?
What is pipe command in unix?
What does sed command do in unix?