how to search for vowels a,e,i,o,u appearing in the same sequence in a file
Answer Posted / venkita krishnan
grep -i *[a,e,i,o,u]*
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do I edit a .sh file?
determine the output of the following command: echo ${new:-variable}
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What are the different types of shell scripting?
What is a program shell?
How to use arguments in a script?
What is sudo command?
Write a script to print the first 10 elements of fibonacci series.
What is a shell? · Types of shell · what is shell scripting?
What is the use of break command?
What is batch file programming?
What is path variable bash?
Is bash an operating system?
How to check if a directory exists?
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.