CSE 333 24su Exercise 7

Due: Friday, July 5th, 2024 by 10:00 am; No late exercises accepted.
Goals: Learn to use POSIX I/O routines to scan a file directory and read the contents of selected files. (These routines will be needed in later parts of the large project sequence. This exercise provides a chance to learn how to use them in a much simpler setting without additional complications of the larger project.)

Description: Write a C program that:

Note: do not format, label, or otherwise add to, delete from, or modify the contents of files copied to stdout. Copy the bytes from the input file(s) exactly as they are with no changes.


As usual, your code must:

You should submit your exercise to the course Gradescope.