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 command is used to switching between users in unix?
What happens when we execute a unix command?
Name the various commands that are used for the user information in unix.
What is the use of find command in unix?
What does grep v do?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Enumerate some of the most commonly used network commands in unix?
What does the metacharacter mean?
How do I search for a file in unix command?
Name the unix command to find how many days the server has been up.
What does touch command do in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
What is in grep command?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the comma to display different lines that are found when compare two files?