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 |
Explain about the exit command?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
How to customise the existing shell?
What language is bash?
How many fields are present in a crontab file and what does each field specify?
How do you know which shell I am using?
Explain about login shell?
What is web script?
What are environment variables?
What is "test"? How it is used in shell scripting?
Explain about echo command?
Explain about debugging?