On Jul 25, 2006, at 9:55 AM, Lawrence Horvath wrote:
oh, actaully executing it in the other shell, not just outputting it to another terminal, yea thats trickier, havent been able to get that done, though i was working on it a while, did get to far, i guess you could direct input to the other shell? possible? almost to simulate having input the command at the other shell, idk how exactly though
If you use screen you can just start a session on the terminal that you want to execute on and connect to it from any other machine that has access to that machine. It works on terminals on the same machine as well. Multiple users can attach to one session, it can make for some interesting vim sessions ;)
Mike

