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
What is the first line in a shell script?
Is bash an operating system?
How does ls command work?
What is a scripting language simple definition?
What does echo $0 do?
What is the lifespan of a variable inside a shell script?
How do I run a .sh file?
How to check if a directory exists?
write a shell script to check the failed jobs?
What are the disadvantages of shell scripting?
What does chmod do?
How do we delete all blank lines in a file?
Explain about gui scripting?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How do I read a .sh file?