Ft_ls is a first project system (UNIX) branch at 42 - its purpose is to get familiar with filesystem, as well as handling files and directories is C via recoding well known terminal command, ls. The bevhavior of ft_ls must remain the same as standard ls funtion, but the format display may differ.
Ft_ls handles a number of various flags, all of them are listed below:
-aShow hidden. [MANDATORY]-iShow serial number (inode number).-lList in long format. [MANDATORY]-rReverse sort. [MANDATORY]-tSort by time of last modification. [MANDATORY]-AList all entries except for.and...-GColoured output.-RRecursively search directories [MANDATORY]-1Force output to be one entry per line.
git clone hhttps://github.com/psprawka/Ft_ls.git 42SV_Ft_ls
cd 42SV_Ft_ls
make
./ft_ls [flags] [arguments]