The File Tree Printer is a Go-based utility that mimics the behavior of the Unix tree command, displaying the directory structure along with the files. It's capable of showing file sizes and can ...
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 ...