cat does not do -u correctly #7
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auravulpes/FENIX_coreutils#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm no expert, but I don't think you can do unbuffered output just by using write(). At any rate, verify that stuff and fix it.
I rewrote some stuff to make it do setvbuf() on stdin and stdout with mode _IONBF. Hopefully, this is correct. I'm closing it for now.