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
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are filter commands in unix?
What is the size of time_t?
What is the use of the command 'ls -x chapter[1-5]' ?
What does grep v do?
What are the commands in UNIX to list the files in a Directory?
How do I run a bash script?
What is the difference between cat and more command?
What do know about tee command and its usage?
What is updatedb?
What is pipe command in unix?
How do you grep a case insensitive?
What does #!/ Bin sh do?
Who command in unix operating system?
What is the comma to display different lines that are found when compare two files?