A homework problem in one of my CS classes had us recreate the tree command from linux only using readdir(), opendir(), and closedir() syscalls for directory traversal. I decided to make it again but ...