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


Please Help Members By Posting Answers For Below Questions

What is the use of break command?

594


How to calculate the number of passed arguments?

558


How to debug the problems encountered in the shell script/program?

635


What is in a script?

575


What language is used in terminal?

566






Why is shell scripting important?

580


How many fields are present in a crontab file and what does each field specify?

602


What is @echo off?

573


Why are shell scripts used?

630


Explain about echo command?

632


What is shell scripting?

599


How will you pass and access arguments to a script in linux?

600


What does egrep mean?

581


When should shell programming/scripting not be used?

604


Calculate a real number calculation directly from the terminal and not any shell script.

664