Clone of the ls command.
This project was made for the c module at the IUT Nancy-Charlemagne (2020-2021).
It aims to reproduce some features of the ls command of unix os.
Use the makefile command make
to create the executable ls
.
make
./ls [path] [-lia]
When no path is given, will show files list of ls program directory.
Options: