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 is the syntax of "expr" command?
Can you write a script to portray how set –x works?
Explain about "s" permission bit in a file?
What is another name for a bash shell script that you might see?
What are the 4 basics of OOP?
How do I start a shell script?
What is echo $shell?
In a single command how do you run the previous command in the command prompt.
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?