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 is shell company all about?
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
How to find all the files modified in less than 3 days and save the record in a text file?
what is tickets $ what low,medium,high priorite pls define time also
How does shell scripting work?
How do we delete all blank lines in a file?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
How to change our default shell?
In shell scripting if text is surrounded by single quotes what does it denotes?
Can you write a script to portray how set –x works?
What is the difference between break and continue commands?
How to customise the other shell?