I would like to open a terminal, split it to lets say 9 parts (3x3) and execute some bash script. But for each terminal part different script.
Can this be done using perl, python or even bash?
How can I switch between those little terminals without using keyboard shortcuts?
Oh, by the way, I'm using terminator
. And if there is some other terminal emulator that enables such a functionality, which is it?
terminator
is not a shell. There are two different terminal emulators calledterminator
(only one of which I believe can split the screen). – Stéphane Chazelas Nov 17 '14 at 15:11terminator
using script? :) And switch between those parts? – jirislav Nov 17 '14 at 15:13