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
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
When should shell programming/scripting not be used?
What is basename in shell script?
How do I start a shell script?
How will you connect to a database server from linux?
Is scripting and coding the same thing?
What does path stand for?
What are filters explain sort with all the options available?
How to pass an argument to a script?
How will you print the login names of all users on a system?
Is shell scripting easy to learn?
What is bash coding?
Is shell and terminal the same?
What is .sh file in mac?
Explain about gui scripting?