how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answer Posted / narasimha
grep 'a+e+i+o+u+' file name
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about gui scripting?
State the advantages of shell scripting?
determine the output of the following command: echo ${new:-variable}
What is shell application?
Why should we use shell scripts?
What is the use of "$#" in shell scripting?
Is shell scripting difficult?
Explain about the exit command?
What is computer cli?
What are the zombie processes?
Is shell script a programming language?
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..
What is sh in shell script?
What is bash coding?
Is shell scripting a language?