This is to be done using AWK:
There is a file called temp.txt and inside this file there are thefollowing contents:
670 12
22 11
There is a line in between those two fields above that youshould not count. Your job is to count the number of characters perline(do not count lines that are empty)
and take the average of them and round it down to the nearestwhole integer. The numbers can change as well as the empty linepositions, so do not hard code.
Expert Answer
An answer will be send to you shortly. . . . .