how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answers were Sorted based on User's Feedback
Answer / karthik.g.r
grep -w "a[^aiou]*e[^aeou]*i[^aeiu]*o[^aeio]*u" filename
| Is This Answer Correct ? | 19 Yes | 0 No |
What happens when you type ls?
What lives in a shell?
How do I run a powershell script?
What are zombie processes?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
How to open a read-only file in the shell?
How to initialize a directory size to a variable??
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
what is the difference between cmp and diff commands
What is the equivalent of a file shortcut that we have a window on a linux system?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
What are the four fundamental components of every file system on linux?