how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answer Posted / michalis
grep 'c[aeiou]*t' somewords.txt
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is bash shell command?
What is bourne shell scripting?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
How does shell scripting work?
When should shell programming/scripting not be used?
How to check if the previous command was run successfully?
Is shell a part of kernel?
What can you do with powershell?
Is powershell a language?
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.
What does $$ mean in shell script?
Can you write a script to portray how set –x works?
What is a command line shell?
What is shell and terminal?
What is the default ubuntu terminal?