How to send a simple string between two programs using pipes?

Posted by Karthik on Stack Overflow See other posts from Stack Overflow or by Karthik
Published on 2010-05-06T21:06:37Z Indexed on 2010/05/06 21:18 UTC
Read the original article Hit count: 164

Filed under:
|
|

I tried searching on the net, but there are hardly any resources. A small example would suffice.

EDIT I mean, two different C programs communicating with each other. One program should send "Hi" and the other should receive it. Something like that.

© Stack Overflow or respective owner

Related posts about unix

Related posts about c