Is there a way to to couple two streams (or file descriptors) together so that writing to one stream will also write to the second one? (C, Linux)
Thanks.
Not sure if it's what you want, but 'tee' in unix does something similar.