Redirect input from one terminal to another
- by Niki Yoshiuchi
I have sshed into a linux box and I'm using dvtm and bash (although I have also tried this with Gnu screen and bash). I have two terminals, current /dev/pts/29 and /dev/pts/130. I want to redirect the input from one to the other.
From what I understand, in /dev/pts/130 I can type:
cat </dev/pts/29
And then when I type in /dev/pts/29 the…