Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 242 Bytes

ls

Dumb ls clone as an excuse to write C

Building

make

Teardown

make clean

Running

ls defaults to printing the current directory

ls foo will show the contents of foo, assuming it exists

ls -G will colorize the output