Add a new item to TODO: rework cat(1) buffering to use setvbuf.

This commit is contained in:
Mid Favila 2022-10-02 01:34:14 -04:00
parent 95bef75697
commit 254e05998e
1 changed files with 1 additions and 0 deletions

1
TODO
View File

@ -3,6 +3,7 @@ Write a function to return a dictionary containing key-value pairs
Write a Makefile. [done]
Add octal escape support to echo.
Rework yes(1) to buffer output. This achieves greater throughput per system call.
Rewrite the buffering in cat(1) to use setvbuf
-----------------------------------------------------
PROGS