# | Line 8 | Line 8 | Assignment 0: | |
---|---|---|
8 | ls | |
9 | Write a program with the same functionality as ls(1) | |
10 | Basically, it should list directories and take options to specify how | |
11 | < | It should provide usage information when it is given invalid options or |
12 | < | a help option |
11 | > | It should provide usage information when it is given invalid options |
12 | > | or a help option |
13 | An option for colorized output a la GNU or FreeBSD would be spiffy |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |