Re: How do I output an array twice via pipe instead of only once?



On Jan 30, 6:26 pm, "nobul...@xxxxxxxxx" <nobul...@xxxxxxxxx> wrote:

This is because (as long as you never write more than
PIPE_BUF characters at a time) it is legitimate under
POSIX treat a FIFO as a packet stream rather than a byte stream.

This is bollocks. POSIX assures us that packets from different writers
won't get intermingled. It doesn't assure us of anyting more.

.