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 cmp command from diff command.
Is it inbetween or in between?
how to sort the content of the file based on numeric values
Using unix command how to display no of records in oracle?
Which command will print your home directory on screen?
What does the command '$ls | wc –l > file1' do?
What are the differences among a system call, a library function, and a unix command?
What does the “echo” command do?
What is merge command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is command substitution?
What does this command do,"$more readme.txt“?
What does awk stand for?
Name the various commands that are used for the user information in unix.
What is $0 bash?