[comp.unix.programmer] Pipes question.

ury@cosmos.huji.ac.il (ury segal) (04/21/91)

I wrote a program that opens a pipe, forks n times and writes some string
n times to this pipe. the chields suppose to read the string and printf it.
The problem: the first chield gets all the string. the second get only the last byte. the nexy one - last 2 bytes,and on - the strlen(string)th
chield gets the whole string - and the next one gets only the last byte.

Can someone e-mail me what happens there ??

--ury