CSE 333 25sp Exercise 7

out: Friday, April 18, 2025
due: Monday, April 21, 2025 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.


Your code must:

You should submit your exercise using the Gradescope dropbox linked on the course resources web page.