Exercise: Working with Files
Test your coding skills on working with files.
We'll cover the following...
Challenge
In this exercise, your challenge is to expand the word counter wc
tool to read data from files in addition to STDIN
.
Problem Statement
The current version of the word counter tool wc
, which ...