是否可以以文本模式将一个 Linux 终端嵌入到另一个 Linux 终端中

发布于 2024-10-18 15:11:31 字数 260 浏览 0 评论 0原文

我之前在 opensuse 上的一个名为 Yast 的实用程序中看到过这个,

我需要的是创建一个显示一些文本的 bash 脚本 并运行 command2

(例如: cd php-src; ./configure ;make; make install )

我希望 command2 的输出在它运行于以下区域时显示: 图形模式下的主要bash脚本

,QT库支持嵌入终端

我正在寻找这样的文本模式解决方案

谢谢

i seen this before in a utility called Yast on a opensuse

what i need is to create a bash script that displays some text
and run command2

(for example: cd php-src; ./configure ;make; make install )

i want the output of command2 to be displayed as it runs in a region of
the main bash script

in graphic mode, QT library support embeding a terminal

i am looking for such a solution for text mode

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

原野 2024-10-25 15:11:31

Yast 不仅仅是一个 shell 脚本。它使用 ncurses 在终端中绘制内容。
我认为只用 bash 平铺你的终端是很困难的。

Yast isn't just a shell script. It uses ncurses for drawing stuff in the terminal.
Tiling your terminal with only bash is hard I think.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文