how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answer Posted / narasimha
grep 'a+e+i+o+u+' file name
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Calculate a real number calculation directly from the terminal and not any shell script.
How do I save a powershell script?
What are the different types of commonly used shells on a typical linux system?
What does the sh command do?
How to open a read-only file in the shell?
What are script files?
What is difference between shell and bash scripting?
Is bash a shell script?
What is ms powershell?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Is shell scripting a programming language?
Is powershell a bash?
Is scripting and coding the same thing?
Is cmd a shell?
What is shell environment?