yet another reimplementation project cuz why not
This project is a simple reimplementation of the Unix/Linux ls command, that I'm writing in C. The goal is to gain hands-on experience with low-level systems programming in C and have fun doing it because I love low-level stuff and want to get good at it.
-
ls(for listing directory contents) -
ls -a(for including dotfiles too)
I want to implement more eventually.
- man pages: (all from section 3)
lsopendirreaddirclosedirdirent.hfprintfperrorstrcmpstrcatstrcpy
- strace:
ls
Saptaparno Chakraborty