Redirect output of a command to another terminal in Linux

Because in Linux everything is a file you can do this easily - on a target terminal type:

tty
to get the terminal device. My output:
/dev/pts/0
Now, redirect the output. From another terminal type:
ls > /dev/pts/0