Rev 3346 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3346 | Rev 3361 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 | please make sure that what you want is not on the list below. |
9 | please make sure that what you want is not on the list below. |
| 10 | 10 | ||
| 11 | A list of things to do: |
11 | A list of things to do: |
| 12 | ----------------------- |
12 | ----------------------- |
| 13 | 13 | ||
| 14 | * cmds/modules : ls_scope and rm_scope are basically carbon copies of each |
- | |
| 15 | other, put this in util.c and make it a shared function. |
- | |
| 16 | - | ||
| 17 | * rm: add support for recursively removing directories and files therein |
14 | * rm: add support for recursively removing directories and files therein |
| 18 | 15 | ||
| 19 | * Better sanity checking in modules that take multiple arguments |
- | |
| 20 | - | ||
| 21 | * Port an editor (vim?) |
16 | * Port an editor (vim?) |
| 22 | 17 | ||
| 23 | * Finish cat |
18 | * Finish cat / cp |
| 24 | - | ||
| 25 | * Feed task_spawn absolute paths if path doesn't begin with / |
- | |
| 26 | - | ||
| 27 | * Some getopt / getopt_long implementation |
- | |
| 28 | 19 | ||
| 29 | * Support basic redirection (i.e ls > foo.txt) |
20 | * Support basic redirection (i.e ls > foo.txt) |
| 30 | 21 | ||
| 31 | * Expand wildcards (i.e. *.txt), don't worry about variables for now |
22 | * Expand wildcards (i.e. *.txt), don't worry about variables for now |
| 32 | 23 | ||