I have two programs A and B. I want a single command, which will run Program A and Program B in two different terminals but in the same tab, i.e, in a horizontally split terminal. I know screen can do that but I have to manually enter C-a S, C-a tab, C-a c to invoke, switch and run the programs. If I want to do so in a single command, is it possible?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Dec 9 '12 at 11:13
|
A simple
That splits the screen vertically, though... Not sure how to split horizontally, but I'll update later if I figure it out... Edit: use |
|||
|
|
.screenrcfile to automatically create the sub-windows and execute the commands for you. – twalberg Dec 6 '12 at 21:42