a) Write an awk script to count the number of lines in a file that do not contain vowels.
Answers
Answered by
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
Math,
4 months ago
Math,
4 months ago
Biology,
8 months ago
Math,
1 year ago
Computer Science,
1 year ago
World Languages,
1 year ago