Skip to content

allefebv/ft_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ft_ls

42 project ft_ls

Description

This program aims to mimic the ls command
https://en.wikipedia.org/wiki/Ls

Implementation

red-black binary search trees for the -R option
https://en.wikipedia.org/wiki/Red%E2%80%93black_tree

Usage

make
./ft_ls [-alrtR] [directory]
Options Description
-R Recursively displays all entries from a given point in the filesystem
-l long display
-a display hidden files
-t displays files in date of last modification order
-r displays files in reversed order

Author

Alban Lefebvre