Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 614 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 614 Bytes

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