Implementation of the unix command 'ls'
My implementation of the unix command ‘ls’ to list the contents of directories.
The only dependencies are:
Run ./ft_ls
instead of ls
after you have built the source code.
Can be run with any of the following flags:
-l For long format listing and additional information
-r Reverse sort
-t Displays newest files first (By date of modification)
-R Recursively displays files and subdirectories
-a Displays hidden files.