Give a regular expression that finds two things, try to
come up with regular expressions that find each
individually using "egrep" command?
Answer Posted / linuxdemon(vjsujay@gmail.com)
vjsujay@vjsujay-desktop:~/test$ cat jsk
cake
coke
vjsujay@vjsujay-desktop:~/test$ egrep 'c(a|o)ke' jsk
cake
coke
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is difference between grep and find command in unix?
What does pipe () return?
Explain ‘library functions’ with respect to unix commands?
What is the use of egrep command in unix?
What is the pipe command?
Is grep faster than awk?
What does grep v do?
Write a command to kill the last background job?
What are the general commands in using unix os for a beginner?
What do know about tee command and its usage?
What is rmdir command?
Which unix command to make a new directory?
Which command can you use to find the currently running process in unix server?
hw will u use awk in replacing cahrs and files
What are the commands in UNIX to list the files in a Directory?