Computer Science, asked by pratibhap0210, 8 months ago

a) Write an awk script to count the number of lines in a file that do not contain vowels.​

Answers

Answered by Anonymous
0

Answer:

The program reads the file, initialize a variable called “cnt” to act as a counter and then checks through “awk” script whether the read lines contains vowel or not. If the lines does not contains vowel then the count is incremented. Finally the count is printed

Similar questions