how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answer Posted / venkita krishnan
grep -i *[a,e,i,o,u]*
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How will you copy a file from one machine to other?
Is shell scripting useful?
What does $0 mean in shell script?
How do I open the shell in cmd?
What is mac default shell?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What is option in shell script?
What is the difference between break and continue commands?
What is shell and shell script?
Why are shell scripts used?
What is a command line shell?
What is @echo off?
What is k shell?
What is the use of "$#" in shell scripting?
What is awk script?