C posts

Write `ls` with UNIX source code in C

`ls` is a well-known utility on UNIX-based OS'. Use `opendir` and `readdir` to re-implement `ls` and understand more about your filesystem.