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 are the default permissions of a file when it is created?
How do I save a powershell script?
what is the difference between sh & bash shell?
How to redirect both standard output and standard error to the same location?
Why is a script important?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
Write the syntax for "if" conditionals in linux?
What is the first line in a shell script?
What is shell chemistry?
What is the difference between grep and egrep?
shell script for reverse the string
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis