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
Is shell a scripting language?
How do you find out What is your shell?
What is the first line in every perl script called?
How do I save a powershell script?
How to get the 3rd element/column from each line from a file?
What does path stand for?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is bash command used for?
What's the difference between scripting and coding?
How do I run a script on mac?
Why is used in shell scripting?
How will you print the login names of all users on a system?
What is an inode block?
What does egrep mean?
What is bourne shell scripting?