/ls

Simple, partial implementation of the ls command, using only the following functions and system calls: malloc, free, printf, write, stat, lstat, opendir, closedir, readdir.

Primary LanguageC

No issues in this repository yet.