回答:
言われているように、screenはあなたのニーズに合うはずです。
このような画面構成ファイルを作成してください。
startupmessage off
split
split
screen -t top top # -t <title> <command>
screen -t netstat watch netstat -tanp
screen -t date watch date
select top # In the first screen show the screen titled 'top'
focus down # Focus down to next screen
select netstat # Show screen titled 'netstat'
focus down # Focus down to the next screen
select date # Show the screen titled date
このファイルを呼びましょう screen_run
。それから単にscreenを走らせてください。 -cオプションは、使用する設定ファイルを指定します。
screen -c screen_run
あなたが垂直分割をしたい場合は、使用することができるはずです split -v
代わりに split
。
見る https://www.gnu.org/software/screen/ 詳細については。
screen(1)
そしてそれぞれを別のタブで実行しますか?それとも端末の別のタブで?こっそりとする方法は、ウィンドウを縦に分割してemacsの中でいくつかのシェルを実行することです。