Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 253 Bytes

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.