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 the equivalent of a file shortcut that we have a window on a linux system?
What language is shell scripting?
How do you debug a script?
What are the disadvantages of shell scripting?
What is a beat in a script?
Is shell a part of kernel?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
Is shell and terminal the same?
Is shell scripting difficult?
Why do we write bin bash in shell scripts?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
determine the output of the following command: echo ${new:-variable}
What is ms powershell?
How do scripts work?
What happens on a system call?