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 |
When should shell programming/scripting not be used?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is the syntax of while loop in shell scripting?
What is the use of echo in shell script?
whta is the use of "exec" command?
What is $1 in shell scripting?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
What does $1 mean in bash?
What is a program shell?
write a shell program to check wheather a given string is pallindrome or not?
How do we delete all blank lines in a file?
How would you compare the strings in a shell script?