how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answer Posted / karthik.g.r
grep -w "a[^aiou]*e[^aeou]*i[^aeiu]*o[^aeio]*u" filename
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Is shell and terminal the same?
What is shell variable?
How to get the last line from a file using just the terminal?
How do I run a .sh file?
What is a shell? · Types of shell · what is shell scripting?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What are the four fundamental components of every file system on linux?
What language is bash written in?
How do I start a shell script?
What are the advantages of shell script?
What are scripts in psychology?
What is shell prompt?
Please give me example of " at command , contrab command " how to use
How do I run a bin bash script?
What are zombie processes?