The C programming language
I decided I’m going to try to reimplement the tree utility from scratch in a very limited version. Mine will only work from the current directory and will support no arguments. This article will take you through my implementation of the problem.