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 do I run a shell script on a mac?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is bourne shell scripting?
What are filters explain sort with all the options available?
Given a file find the count of lines containing the word "abc".
How do we delete all blank lines in a file?
Why do we use shell scripting?
What is a command line shell?
What are zombie processes?
What are the two files of crontab command?
What is a boot block?
What is the meaning of $1 in shell script?
What is the first line in every perl script called?
What is the lifespan of a variable inside a shell script?
What are the types of script?