how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answers were Sorted based on User's Feedback
Answer / karthik.g.r
grep -w "a[^aiou]*e[^aeou]*i[^aeiu]*o[^aeio]*u" filename
| Is This Answer Correct ? | 19 Yes | 0 No |
Is shell scripting a language?
What are the 4 basics of OOP?
How do we delete all blank lines in a file?
In which variable prompt value is stored?
Why are shell scripts used?
why did you apply to shell
How to check if the previous command was run successfully?
How will you pass and access arguments to a script in linux?
What are the advantages of using shell scripts?
How would you compare the strings in a shell script?
Can shell script run on windows?
What is a scripting language simple definition?