4 |
|
|
5 |
|
$Id$ |
6 |
|
|
7 |
< |
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 |
12 |
< |
or a help option |
13 |
< |
An option for colorized output a la GNU or FreeBSD would be spiffy |
7 |
> |
Assignment 1: |
8 |
> |
ls 0.9 |
9 |
> |
Given input from discussing your previous version of ls, continue |
10 |
> |
developing your program |
11 |
> |
Make improvements |
12 |
> |
Implement new features |
13 |
> |
Go wild! |