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 |
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
What is the syntax of "nested if statement" in shell scripting?
How would you compare the strings in a shell script?
what is tickets $ what low,medium,high priorite pls define time also
What is a command line shell?
give me some website where i can get unix and testing meterials
How to add some content in any file at some desired location without using VI or some other editor in UNIX
What is the use of "test" command?
What does $# stand for?
Explain about non-login shell files?
How do I run a .sh file on mac?
What are the additional egrep symbols?