多尾:两行,底行有两列

多尾:两行,底行有两列

我使用 Multitail 在一个终端上查看多个日志文件。

对于三个文件,我可以毫无问题地这样做:

-----------------------
|                     |
-----------------------
|                     |
-----------------------
|                     |
-----------------------

或这个:

-----------------------
|           |         |
------------|         |
|           |         |
-----------------------

但不幸的是,我想要的是这个:

-----------------------
|                     |
-----------------------
|          |          |
-----------------------

换句话说,我想将一行分成两列,同时保留另一行(该行只有一列)。

答案1

一种可能的解决方法是使用 tmux 或 terminator 以良好的布局分割屏幕,然后在每个分割内启动 multitail

https://www.networkworld.com/article/3436784/how-to-use-terminator-on-linux-to-run-multiple-terminals-in-one-window.html?fbclid=IwAR19SkthhIo-GijfuRlrSSKQONtvxOHtpktx4m0L_2zRvsBo0UE65ra0560

相关内容