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 |
What is path variable bash?
determine the output of the following command: echo ${new:-variable}
How many prompts are available in a UNIX system?
What exactly is a shell?
How to group the commands in shell scripting?
What are "c" and "b" permission fields of a file?
What is shell terminal?
How to enable the shell to know what program should be run to interpret the script?
What is the basic difference you find between a shell script and perl?
What are the disadvantages of shell scripting?
What is k shell?
Explain about debugging?