antonmdv / b_ls

ls shell command -> probably one of the most used commands out there.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b_ls


Project done as a part of an experimental fast track "boost" program at 42 silicon valley.

Following project is a C library that simulates behavior of an ls shell command. Arguably the most used command out there



In order to compile this program, just use make file

$shell: make or make all

Once the program is compiled, you can run it with the following flags

About

ls shell command -> probably one of the most used commands out there.


Languages

Language:C 97.3%Language:Makefile 2.7%