An implemnatations of the "ls" command.
The goal of this project is to discover the system's API, its functions, and the associated data structures, by recoding one of the most used commands among programmers, ls.
1.- git clone https://github.com/corezip/ft_ls.git
2.- cd ft_ls
3.- make
4.- ./ft_ls [-ARaflrt] [file ...]