Most people learn the mkdir command on the first day they start using Unix. Along with ls, cd and pwd, it’s in the set of the most basic commands that everyone who ventures onto the command line on a ...
This project is a C reimplementation of the Unix tree command, which recursively displays a directory structure. It aims to provide a better understanding of file handling and directories. The program ...