On Tue, 2007-01-02 at 14:02 -0500, Kamaraju Kusumanchi wrote: > I really miss one feature from all these applications. I would like to have > two terminals open side by side. All the input goes to one terminal, all the > output (and errors if there are any) comes up in the second terminal. > Clicking on a command in the first window should execute the command again. > The whole thing looks similar to MATLAB's interface. > > Is there any terminal emulator which provides this kind of facility?
You don't need a special program for that do you? echo helloworld &> /dev/pts/1 This will redirect output, both normal and error messages from one terminal to another. You can list the terminals and their TTY you have open by typing "w". -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 760BDD22
signature.asc
Description: This is a digitally signed message part