Skip to content

pcapurro/42ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42ls

« As simple as listing the files in a directory »

This is a simplified version of the POSIX bash ls command.

./42ls [paths] [options]

Supported options: -l, -R, -a, -r and -t.
Option --help is also availaible.