You may want to look at the package ttysnoop. It is
used to see everything happening on another terminal.
I don't know if it has write capabilities, but it shouldn't
be too difficult to add.
~ Patrick
> ----------
> From: Matt Riben
> Sent: Wednesday, April 29, 1998 8:31 AM
[...]
> my question is this, i own both tty's is it possible (an example would be
> great) to read/write one from the other ? actually writing to it (stdout)
> isnt difficult at all (echo "hi" > /dev/ttyx), but how can read stdin, or
> possibly read stdout, and write stdin... ?
[...]