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
What is {} in find command?
What is the use of egrep command in unix?
How do I run a whois command?
What is awk good for?
What is the command to find maximum memory taking process on the server?
Which command is used to restrict incoming messages?
Which unix command lists files/folders in alphabetical order?
What is $0 bash?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is grep short for?
What is ‘ps’ command for?
What does #!/ Bin sh do?
What is the command to view process running?
What does find command return in unix?
How do I clear my terminal history?