Alex Taveras-Crespo

C Directory File Scan

C, Linux

This project was created for the Systems Programming course at Trent University. I'll admit, compared to some of my peers, I'm for sure not a wizard with C. But this assignment was a lot of fun and made me enjoy figuring out solutions for low-level tasks like this.

The task of this assignment was to pass a target directory to the command line, which would then return 4 files meeting specific criteria (i.e largest or youngest). It prints them in ls -l format.