agardina / ft_ls

This project of the school 42 aims at recoding the ls command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_ls

This project of the school 42 aims at recoding the ls command

How to compile

To compile this project, you just have to type

make

How to use the program

./ft_ls [-@FHRSUadelnrtu1][file ...]

The following options from the original ls are supported: -@ -F -H -R -S -U -a -d -e -l -n -r -t -u -1

About

This project of the school 42 aims at recoding the ls command


Languages

Language:C 97.6%Language:Makefile 2.4%