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 language is shell scripting?
How does path variable work?
Where are cowrie shells found?
Explain about non-login shell files?
How will you emulate wc –l using awk?
How do I run a .sh file?
What is the use of break command?
What is console line?
How do I run a shell script in powershell?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What language is used in terminal?
What is shell terminal?
What is the best scripting language?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How does shell scripting work?