To share the command line screen with another terminal, it's actually fairly simple with GNU Screen. Suppose both have the same ID. At one terminal, type:
$ screen -S Test -U -t Test
At the other terminal, type:
$ screen -x Test
Voila, you get the second terminal to show the screen of the first one.
More info can be found here.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment