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
How to use arguments in a script?
What language is bash written in?
How important is shell scripting?
How to check if a directory exists?
How to find duplicate record in file using shell script?
What is the equivalent of a file shortcut that we have a window on a linux system?
Can you write a script to portray how set –x works?
How do I run a shell script on a mac?
How do I save a powershell script?
How will you connect to a database server from linux?
How does ls command work?
What is the command to find out today's date?
Explain about the exit command?
How to get script name inside a script?
What is a command line shell?