Skip to content
/ ft_ls Public

The goal of this project is to discover the system's API, its functions, and the associated data structures, by recoding one of the most used commands among programmers, ls.

Notifications You must be signed in to change notification settings

corezip/ft_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ls

42 - Project #4 (Unix Branch)

An implemnatations of the "ls" command.

Purpose

The goal of this project is to discover the system's API, its functions, and the associated data structures, by recoding one of the most used commands among programmers, ls.

How to use

1.- git clone https://github.com/corezip/ft_ls.git
2.- cd ft_ls
3.- make
4.- ./ft_ls [-ARaflrt] [file ...]

About

The goal of this project is to discover the system's API, its functions, and the associated data structures, by recoding one of the most used commands among programmers, ls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published