Skip to content

SamBogar/ft_ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ls

Like all the projects on this github, simply type 'make' into the command line while in the repository directory to compile

Recreation of the ls system command

This was mostly an exercise in populating and sorting a binary tree recursively, but there was a lot to be learned about the linux file system here as well. The following flags are supported:

-R : recursively displays all files in all child directories
-t : sorts output by time of creation, rather than the default (lexicographical)
-a : displays hidden files and directories
-r : reverses output order

About

recreation of the ls system command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors