file input and output
For this program you are going to impliment the unix command "cat".
You program must duplicate all of the behaviour of "cat". This includes
all of the command line arguments except --help and --version.
This is due on October 12th13th.
The Goals
- use file input and output functions
- handle command line arguments
additional notes
You only need to support the 1 letter versions of the flags, you do not
need to do the --long-name ones.
I do want the -v flag fully supported.