Back to labs/answer key page
To test this, make a short test file. Mine (called testfile) contained the following:
a b c a b c
wc testfile returned the following:
3 6 13 testfile
The 13 characters that it found include 6 letters, 4 spaces, and 3 newlines.