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 shell scripting?
What can scripts do?
What is shell company all about?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What are the different types of commonly used shells on a typical linux system?
I want to connect to a remote server and execute some commands, how can I achieve this?
How can you find out how long the system has been running?
Which shell is the best?
What is echo $shell?
What is the fastest scripting language?
How do I run a script from command prompt?
What is eval in shell script?
Which is better perl or shell scripting?
Explain about shebang?
Is cmd a shell?