So what I'm trying to do is create a folder in each users home directory that appears in a list in my home directory that is based on the date. I gave up on trying to figure out the date function in C so what I was planning on doing was piping the output from date into my program " $ date | dirmake" but I've really confused the issue it seems. Here is what I have with commnents for what I would like to do. Does anyone have any insight? The code is here. Thanks in advance