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
?
exec > /dev/pts/17
at the start of a shell. – muru Dec 21 '14 at 05:51