Coding Challenge 1: Build Your Own WC Tool
CCWC_DIR="path_to_dir_containing_ccwc"
source $CCWC_DIR/init
ccwc -h
ccwc -c path_to_file
ccwc -l path_to_file
ccwc -w path_to_file
ccwc -m path_to_file
ccwc path_to_file
cat path_to_file | ccwc [-l] [-c] [-m] [-w]