Counts the characters in a file Usage: Allan_HW_7 < Test Returns a count of the non-zero characters in a file to standard out along with a report of the elapsed time. Changed time measurement to clock rather than time because it takes less than a second to read and process most files.