Recode ls and some of its options with merge sort
The ls command is one of the first commands you have learned to use with shell. It is also one you are using the most. Perhaps you have already asked yourself how is this function coded? Thanks to this project, you will soon find out. To Recode ls and some of its options will allow you to find out how to interact with the file system using C.
$> make
$> ./ft_ls {optional argument}
- Basic functions:
- -R -a -l -r -t