Skip to content

alinacornea/ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_ls: Reproducing the behavior of ls command with the following flags:


Command Line Arguments

-a Include directory entries whose names begin with a dot (.)
-1 Force output to be one entry per line. This is the default when output is not to a terminal
-l List in long format. (See below.) If the
output is to a terminal, a total sum for all the file sizes is output on a
line before the long listing;
-R Recursively list subdirectories encountered;
-S Sort files by size;
-r Reverse the order of the sort to get reverse lexicographical order or the
oldest entries first (or largest files last, if combined with sort by size;
-t Sort by time modified (most recently modified first) before sorting the oper-
ands by lexicographical order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors