File: gawk.info, Node: Input Exercises, Prev: Input Summary, Up: Reading Files 4.15 Exercises ============== 1. Using the 'FIELDWIDTHS' variable (*note Constant Size::), write a program to read election data, where each record represents one voter's votes. Come up with a way to define which columns are associated with each ballot item, and print the total votes, including abstentions, for each item.