Hacker News new | ask | show | jobs
by ajuc 4118 days ago
I don't know, I love pipes and I'm on the fence regarding strict vs lazy.

BTW: when is nobody reading in pipes? There's always implicit

    &> stdout
added.

EDIT: oh, right, named pipes.

1 comments

If you write to a named pipe, the call to write(2) will block until somebody opens it for reading and begins to read(2) it.