wc
is command line tool for word, line, character, and byte count.
cd ccwc
chmod +x ccwc
./ccwc -c test.txt
Coding challenge by John Crickett
wc
is command line tool for word, line, character, and byte count.
cd ccwc
chmod +x ccwc
./ccwc -c test.txt
Coding challenge by John Crickett