1

I have a split window setup for terminator and was wondering if there was a way to set it up such that the default is to run the commands from one window in the other.

I know that what I need to do is find a way to append "> /dev/pts/17" (my terminator window) to the end of every command. Is the way to do this by editing .bashrc?

αғsнιη
  • 35,660
  • This has been answered here http://askubuntu.com/questions/496914/write-command-in-one-terminal-see-result-on-other-one . – cremefraiche Dec 10 '14 at 08:29
  • 2
    So now I know that what I need to do is find a way to append "> /dev/pts/17" (my terminator window) to the end of every command. Is the way to do this by editing .bashrc? – Ratan Sur Dec 10 '14 at 19:22
  • 1
    You can do an exec > /dev/pts/17 at the start of a shell. – muru Dec 21 '14 at 05:51

0 Answers0