how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answer Posted / karthik.g.r
grep -w "a[^aiou]*e[^aeou]*i[^aeiu]*o[^aeio]*u" filename
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What happens on a system call?
What are scripts in psychology?
What is the default ubuntu terminal?
What is eval in shell script?
What language is bash?
What is a shell environment?
What is @echo off?
What is the command to find out users on the system?
Is shell scripting easy to learn?
What is basename in shell script?
Calculate a real number calculation directly from the terminal and not any shell script.
How does ls command work?
What is a shell script in windows?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How do we create command aliases in a shell?