Skip to content

Program that lists directory contents like the Unix 'ls'

Notifications You must be signed in to change notification settings

itiievskyi/42-ft_ls

Repository files navigation

ft_ls (42 School Project)

ft_ls is a program that lists directory contents just like the Unix 'ls'. To recollect what does it exactly do, you can read the BSD man page.

This program handles a lot of standard options: [1AFRSTUacdfgloprtu]

The main difference of the output is that ft_ls doesn't provide a multicolumn layout without the option -l.

How to run

Sort

To sort a large number of files when recursive view is enabled I use the merge sort. Take a look at this article to read about algorithm.

Look at some examples of ft_ls work: Example 1 Example 2

Enjoy!

About

Program that lists directory contents like the Unix 'ls'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published