On top of my head, the following are missing and could be implemented with the functions available in the libc right now:
- cat
- cd (this one should be implemented in the terminal app, not as a standalone program)
- tree (in fact it's already implemented in
test.c, but not in a useful form)
- rm
- grep